Marc-Christian Petersen
2011-Aug-12 09:29 UTC
[Samba] problems joining Windows 2003 Domain
Hi all, I have some problems joining an AD Domain hosted by some Windows 2003 DCs. Tried with v3.5.11 from Debian Unstable, v3.5.6 from Debian Squeeze and v3.2.5 from Debian Lenny, all showed the same problem. please find attached log generated from net ads join -U Administrator -d 99 I always get: Failed to join domain: failed to find DC for domain BLUB.LOCAL DNS entries are OK, forward, reverse, all are fine and correct. ldapsearch works, kinit works, smbclient -k works. The only difference from other Active Directories where I can join successfully is that the DCs from that customer are using: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters] "NT4Emulator"=dword:00000001 and on Windows Clients they have to use: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters] "NeutralizeNT4Emulator"=dword:00000001 to be able to join to the domain BLUB.LOCAL is there any equiv parameter for Samba? net rpc join just works. Thanks in advance. -- Kind regards Marc-Christian Petersen -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: net-ads-join.log URL: <http://lists.samba.org/pipermail/samba/attachments/20110812/f0ad1af9/attachment.ksh>
From: Marc-Christian Petersen <m.c.p at gmx.de> Date: Fri, 12 Aug 2011 11:29:11 +0200> I have some problems joining an AD Domain hosted by some Windows 2003 DCs. > > Tried with v3.5.11 from Debian Unstable, v3.5.6 from Debian Squeeze > and v3.2.5 from Debian Lenny, all showed the same problem. > > please find attached log generated from > > net ads join -U Administrator -d 99 > > I always get: Failed to join domain: failed to find DC for domain BLUB.LOCAL > > DNS entries are OK, forward, reverse, all are fine and correct. > ldapsearch works, kinit works, smbclient -k works.----- [2011/08/12 11:17:44.272472, 10] libsmb/dsgetdcname.c:859(process_dc_dns) LDAP ping to ad2.blub.local [2011/08/12 11:17:44.273248, 2] libads/cldap.c:97(ads_cldap_netlogon) cldap_netlogon() failed: NT_STATUS_NOT_FOUND [2011/08/12 11:17:44.273738, 10] libsmb/dsgetdcname.c:859(process_dc_dns) LDAP ping to ad3.blub.local [2011/08/12 11:17:44.275965, 2] libads/cldap.c:97(ads_cldap_netlogon) cldap_netlogon() failed: NT_STATUS_NOT_FOUND [2011/08/12 11:17:44.276005, 10] libsmb/dsgetdcname.c:859(process_dc_dns) LDAP ping to ad1.blub.local [2011/08/12 11:17:44.276496, 2] libads/cldap.c:97(ads_cldap_netlogon) cldap_netlogon() failed: NT_STATUS_NOT_FOUND ----- Can you connect to those DCs' 389/udp from Samba? --- TAKAHASHI Motonobu <monyo at samba.gr.jp>