hi,
I have the same errors.... trying to join in AC.
this is my winbond.conf
|ced1| is the name of my windows 2003 server DC
|icp.it.local| is the FQDN ? I think yes (it is the same FQDN to join windows client in the AC)
|icp.it| is my workgroup
[global]
security = ADS
password server = ced1
realm = icp.it.local
# handle logging
syslog only = Yes
log level = 0 winbind:2
syslog = 1
max log size = 1000
local master = no
hosts allow = 192.168.1.16/24
interfaces = br0
bind interfaces only = yes
preferred master = no
dns proxy = no
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
workgroup = icp.it
winbind uid = 10000-20000
winbind gid = 10000-20000
winbind use default domain = Yes
winbind separator = +
unix charset = UTF8
ntlm auth = Yes
min protocol = NT1
client NTLMv2 auth = Yes
lm announce = No
and this is my /etc/hosts
192.168.1.3 ced1.icp.it ced1
192.168.2.3 ced2.icp.it ced2
127.0.0.1 localhost.localhost localhost
192.168.1.16 endian.icp.it endian
192.168.1.16 wpad.icp.it wpad
when I execute this command I receive
net ads join -U administrator -s winbind.conf -d 5
net ads join -U administrator -s winbind.conf -d 5
[2010/04/21 14:33:34, 5] lib/debug.c:debug_dump_status(407) INFO: Current debug levels:
all: True/5
tdb: False/0
printdrivers: False/0
lanman: False/0
smb: False/0
rpc_parse: False/0
rpc_srv: False/0
rpc_cli: False/0
passdb: False/0
sam: False/0
auth: False/0
winbind: False/0
vfs: False/0
idmap: False/0
quota: False/0
acls: False/0
locking: False/0
msdfs: False/0
dmapi: False/0
registry: False/0
[2010/04/21 14:33:34, 3] param/loadparm.c:lp_load_ex(8753) lp_load_ex: refreshing parameters
[2010/04/21 14:33:34, 3] param/loadparm.c:init_globals(4597) Initialising global parameters
[2010/04/21 14:33:34, 3] param/params.c:pm_process(569) params.c:pm_process() - Processing configuration file "winbind.conf"
[2010/04/21 14:33:34, 3] param/loadparm.c:do_section(7416) Processing section "[global]"
doing parameter security = ADS
doing parameter password server = ced1
doing parameter realm = icp.it.local
doing parameter syslog only = Yes
Enter administrator's password:
Failed to join domain: failed to connect to AD: Cannot find KDC for requested realm
help....please