From owner-freebsd-questions@FreeBSD.ORG Thu Aug 7 12:52:53 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7F5637B401 for ; Thu, 7 Aug 2003 12:52:53 -0700 (PDT) Received: from mail-shield2.njit.edu (mail-shield2.njit.edu [128.235.251.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B7AA43FAF for ; Thu, 7 Aug 2003 12:52:52 -0700 (PDT) (envelope-from kellers@njit.edu) Received: (from uucp@localhost) by mail-shield2.njit.edu (8.11.6/8.11.6) id h77Jqpw02627; Thu, 7 Aug 2003 15:52:51 -0400 (EDT) Received: from nodnsquery(128.235.251.173) by mail-shield2.njit.edu via csmap (V4.1) id srcAAAMza4hf; Thu, 7 Aug 03 15:52:50 -0400 Received: from admcluster.njit.edu (admpassive.njit.edu [128.235.184.199]) by mail-gw5.njit.edu (8.12.9/8.12.4) with ESMTP id h77JqnwK029743; Thu, 7 Aug 2003 15:52:49 -0400 (EDT) Received: from dhcp187-25.njit.edu ([128.235.187.25]) by admcluster.njit.edu with Microsoft SMTPSVC(5.0.2195.5329); Thu, 7 Aug 2003 15:52:49 -0400 From: T Kellers To: John DeStefano , Lewis Thompson Date: Thu, 7 Aug 2003 15:52:48 -0400 User-Agent: KMail/1.5.2 References: <20030807181158.64648.qmail@web40609.mail.yahoo.com> In-Reply-To: <20030807181158.64648.qmail@web40609.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200308071552.48963.kellers@njit.edu> X-OriginalArrivalTime: 07 Aug 2003 19:52:49.0607 (UTC) FILETIME=[7B081D70:01C35D1D] cc: freebsd-questions@freebsd.org Subject: Re: samba authentication problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2003 19:52:55 -0000 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 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"