hi, 2009/4/14 McGranahan, Jamen <[email protected]>: > OK, I've installed the MIT version of KRB5 & samba appears to have > installed correctly. However, it appears that I am not able to join my > domain. > > # ./net ads join -U [email protected] > [2009/04/14 11:36:50, 0] param/loadparm.c:lp_set_enum_parm(7097) > WARNING: Ignoring invalid value 'ADS' for parameter 'security' > [2009/04/14 11:36:50, 0] param/loadparm.c:lp_do_parameter(7174) > Ignoring unknown parameter "realm" > ADS support not compiled in > > So I tried the -d3 version of ./net and got this: > > # ./net ads -d3 join -U [email protected] > [2009/04/14 11:17:10, 3] param/loadparm.c:lp_load_ex(8794) > lp_load_ex: refreshing parameters > [2009/04/14 11:17:10, 3] param/loadparm.c:init_globals(4629) > Initialising global parameters > [2009/04/14 11:17:10, 3] param/params.c:pm_process(569) > params.c:pm_process() - Processing configuration file > "/usr/local/samba/lib/smb.conf" > [2009/04/14 11:17:10, 3] param/loadparm.c:do_section(7457) > Processing section "[global]" > [2009/04/14 11:17:10, 0] param/loadparm.c:lp_set_enum_parm(7097) > WARNING: Ignoring invalid value 'ADS' for parameter 'security' > [2009/04/14 11:17:10, 1] param/loadparm.c:map_parameter(6131) > Unknown parameter encountered: "realm" > [2009/04/14 11:17:10, 0] param/loadparm.c:lp_do_parameter(7174) > Ignoring unknown parameter "realm" > [2009/04/14 11:17:10, 2] lib/interface.c:add_interface(340) > added interface ce1 ip=129.59.95.89 bcast=129.59.95.255 > netmask=255.255.255.0 > ADS support not compiled in > [2009/04/14 11:17:10, 2] utils/net.c:main(769) > return code = -1 > > I'm not sure where to check now. Please advise. Thank you! > > Jamen McGranahan > Systems Services Librarian > Vanderbilt University > > > -----Original Message----- > From: jerry [mailto:[email protected]] > Sent: Tuesday, April 14, 2009 9:40 AM > To: McGranahan, Jamen > Cc: [email protected] > Subject: Re: [Samba] set up for Active Directory > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > McGranahan, Jamen wrote: > >> configure:59580: checking for ldap_initialize >> configure:59663: result: no >> configure:59676: error: Active Directory support requires >> ldap_initialize > > Did the howto that was previously posted not help? > > My advice is to get the latest OpenLDAP and MIT krb5 > libs and install those. Then rebuild Samba. Life is > to short to spend it trying to get code compiling :-) > But it's your call. > > > > > cheers, jerry > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFJ5KAqIR7qMdg1EfYRAmrDAJ93XxnV/TdvFlV2cjMRryPes/r3jwCfW8pH > qKFCqgc0v8mgtOmAyOxTXnc= > =TdQv > -----END PGP SIGNATURE----- > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >
http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/domain-member.html tell us: ADS support not compiled in Samba must be reconfigured (remove config.cache) and recompiled (make clean all install) after the Kerberos libraries and headers files are installed. -- To boldly go where no man has gone before ... I'll wait there with touristinformation -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
