I've been trying to get the active directory working in beta 3 and everything works perfectly up to doing the "net join -U Administrator%password" The script chokes on loading the smb.conf on the "ads server =" line. I've tried configuring/compiling again, using the rpm and nothing get me past that point. Output from error is below Any chance someone knows what is happening? # net join -U Administrator%password [2003/07/25 15:21:12, 0] param/loadparm.c:map_parameter(2406) Unknown parameter encountered: "ads server" [2003/07/25 15:21:12, 0] param/loadparm.c:lp_do_parameter(3126) Ignoring unknown parameter "ads server" [2003/07/25 15:21:12, 1] libsmb/clikrb5.c:ads_krb5_mk_req(267) krb5_cc_get_principal failed (No credentials cache found) [2003/07/25 15:21:13, 0] libads/kerberos.c:ads_kinit_password(133) kerberos_kinit_password Administrator@foo.bar failed:Preauthentication failed [2003/07/25 15:21:13, 1] utils/net_ads.c:ads_startup(176) ads_connect: DSA is unavailable [2003/07/25 15:21:14, 1] utils/net.c:net_find_server(258) no server to connect to Unable to find a suitable server [2003/07/25 15:21:15, 1] utils/net.c:net_find_server(258) no server to connect to Unable to find a suitable server
Hi Mike,> The script chokes on loading the smb.conf on the "ads server =" line. > I've tried configuring/compiling again, using the rpm and nothing get me > past that point.I think the "ads server" was renamed to "password server", maybe you should check this. If you have an older version, did you set: realm = ... security = ADS ? Did you enable kerberos(with-kerberos) and ads(--with-ads)? regards, jan> [2003/07/25 15:21:12, 0] param/loadparm.c:map_parameter(2406) > Unknown parameter encountered: "ads server" > [2003/07/25 15:21:12, 0] param/loadparm.c:lp_do_parameter(3126) > Ignoring unknown parameter "ads server" > [2003/07/25 15:21:13, 1] utils/net_ads.c:ads_startup(176) > ads_connect: DSA is unavailable > [2003/07/25 15:21:14, 1] utils/net.c:net_find_server(258) > no server to connect to