Date: Thu, 7 Aug 2003 15:52:48 -0400 From: T Kellers <kellers@njit.edu> To: John DeStefano <deesto@yahoo.com>, Lewis Thompson <purple@lewiz.info> Cc: freebsd-questions@freebsd.org Subject: Re: samba authentication problems Message-ID: <200308071552.48963.kellers@njit.edu> In-Reply-To: <20030807181158.64648.qmail@web40609.mail.yahoo.com> References: <20030807181158.64648.qmail@web40609.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Did you do a make clean before the make re-install? If not, it's reading the original config. try: # make deinstall && make clean && make build install Just a thought, just in case Tim Kellers CPE/NJIT On Thursday 07 August 2003 02:11 pm, John DeStefano wrote: >>Lewis Thompson <purple@lewiz.info> wrote:On Thu, Aug 07, 2003 at >> >>06:49:49AM -0700, John DeStefano wrote: >>> AFAIK, I have not enabled ldap authentication. But how do I >>> confirm? >> >>Well. If it's 2.2.8a then it's defined at compile time (i.e., you >>specify you want it, or it autodetects if openldap is installed). > >Otoh, > >>if it's samba-devel (3.0.0b2) then you can modify the behaviour with >>the passdb backend smb.conf setting. > >I'm using 2.2.8a. I've now done a 'make install' after 'make >deinstall' twice, with the same results both times, so I can only >assume the installation is autodetecting openldap, as you suspected >above. > >>Chances are it's 2.2.8a and you'll need to recompile, unless you >>/want/ to use LDAP. > >Searched the handbook and FAQ, but nothing helpful there on ldap, let >alone ldap and samba. Google produced a slew of unanswered mail >archive questions. I don't care one way or the other whether to use >ldap or not; I just want samba to work! Any recommendations? > >>Best wishes, >>-lewiz. > >Thanks, >~John > >__________________________________ >Do you Yahoo!? >Yahoo! SiteBuilder - Free, easy-to-use web site design software >http://sitebuilder.yahoo.com >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308071552.48963.kellers>