Trying to "net ads join -U Administrator@TEST.LOCAL"
And getting ...
[2005/06/10 16:28:25, 0] libads/ldap.c:ads_join_realm(1640)
ads_add_machine_acct (linux): Type or value exists
ads_join_realm: Type or value exists
the /etc/nsswitch.conf config is...
passwd: files winbind
shadow: files
group: files winbind
the /etc/samba/smb.conf config is...
[global]
netbios name = linux
security = ads
password server = 3kdc.test.local
workgroup = test
server string = server description
domain master = no
domain logons = no
wins support = no
dns proxy = no
realm = TEST.LOCAL
winbind separator = _
winbind use default domain = yes
idmap uid = 10000-20000
idmap gid = 10000-20000
winbind enum users = yes
winbind enum groups = yes
[data]
Inherit acls = yes
Path = /data
Read only = no
I succeeded to Kinit -V 3KDC.TEST.LOCAL
What I am missing???