RHEL 3, Krb5 1.3.3, and Joining AD Domain
Scott Moseman
scmoseman at gmail.com
Mon Dec 13 12:45:41 EST 2004
RHEL 3 with necessary packages upgraded to get to Krb5 1.3.3.
(Namely grabbing all of them, and dependencies, from Fedora 2.)
Krb5 is configured and the server's keytabs created and imported.
I can successfully use kinit to authentication users and my keytabs.
After Samba is configured and I try to join the domain, I get issues.
Here is the command that I run to try and join the domain.
(Same command that I have used on other RHs to join.)
# net ads join --debuglevel=10 -U <account>
Here is the tail end of the debug output and the error messages.
[2004/12/13 17:42:19, 5] libsmb/nmblib.c:send_udp(774)
Sending a packet of len 50 to (x.x.x.255) on port 137
[2004/12/13 17:42:19, 5] libsmb/nmblib.c:send_udp(774)
Sending a packet of len 50 to (x.x.x.255) on port 137
[2004/12/13 17:42:19, 5] libsmb/nmblib.c:send_udp(774)
Sending a packet of len 50 to (x.x.x.255) on port 137
[2004/12/13 17:42:19, 4] libsmb/namequery.c:get_dc_list(1376)
get_dc_list: returning 0 ip addresses in an unordered list
[2004/12/13 17:42:19, 4] libsmb/namequery.c:get_dc_list(1377)
get_dc_list:
[2004/12/13 17:42:19, 1] utils/net_ads.c:ads_startup(181)
ads_connect: No such file or directory
[2004/12/13 17:42:19, 2] utils/net.c:main(792)
return code = -1
Obviously the two lines that I am worried about are these:
[2004/12/13 17:42:19, 4] libsmb/namequery.c:get_dc_list(1376)
get_dc_list: returning 0 ip addresses in an unordered list
[2004/12/13 17:42:19, 1] utils/net_ads.c:ads_startup(181)
ads_connect: No such file or directory
Any ideas where I can go from here to do some troubleshooting?
Thanks,
Scott
More information about the Kerberos
mailing list