|
|
|
|
| Samba: ads_connect: No logon servers |
|
Problem: Trying to connect Samba 3.0.28 to a Windows 2003 AD domain, the same error message keeps popping up everywhere. DNS, Winbind and Kerberos appear to be properly configured, but Samba still can't find the logon server.
$ net ads join -UAdministrator
Administrator's password:
[2009/04/21 17:38:27, 0] utils/net_ads.c:ads_startup_int(286)
ads_connect: No logon servers
Failed to join domain: No logon servers
$ net ads status
[2009/04/22 17:20:35, 0] utils/net_ads.c:ads_startup_int(286)
ads_connect: No logon servers
[2009/04/22 17:20:37, 0] utils/net_ads.c:ads_startup_int(286)
ads_connect: No logon servers
|
|
Solution: According to the documentation at samba.org the following entry in smb.conf is unnecessary:
password server = 10.0.0.10
Interestingly, using the hostname, domain name and pretty much anything else pointing to the exact same host achieved nothing, but using the IP address of the PDC made everything work.
|
|
|
|
|
|
This is free technical advice without any warranties.
Use at your own risk. Solutions offered may not apply to your particular problem at all.
Opinions and views expressed in the articles are the authors' personal
and may not necessarily reflect or coincide with those of Ano-Tech Computers.
We take no responsibility if anything bad happens from following any of
the intructions given. If you don't understand and accept this, please
contact us for personal assistance instead.
To read our full disclaimer, go
here.
We welcome anyone who is willing to contribute to this public knowledge base,
contact siteadmin@atc.no
if you have information you would like to share. The idea is not to replace
the commercial support sites, but to publish those hard-to-find
solutions you've found yourself looking for over and over again.
Show all articles