From owner-freebsd-questions@FreeBSD.ORG Mon Feb 28 14:25:47 2005 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 819C016A4CE for ; Mon, 28 Feb 2005 14:25:47 +0000 (GMT) Received: from lakermmtao07.cox.net (lakermmtao07.cox.net [68.230.240.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id D474043D39 for ; Mon, 28 Feb 2005 14:25:46 +0000 (GMT) (envelope-from rjhjr@cox.net) Received: from localhost ([68.230.186.138]) by lakermmtao07.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050228142546.GHTW19214.lakermmtao07.cox.net@localhost> for ; Mon, 28 Feb 2005 09:25:46 -0500 Date: Mon, 28 Feb 2005 09:25:45 -0500 From: Bob Hall To: freebsd-questions@freebsd.org Message-ID: <20050228142545.GA29039@kongemord.krig.net> Mail-Followup-To: Bob Hall , freebsd-questions@freebsd.org References: <20050228081224.Y14200@hades.admin.frm2> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Subject: Re: samba ldap 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: Mon, 28 Feb 2005 14:25:47 -0000 On Mon, Feb 28, 2005 at 11:56:49AM +0100, Florian Hengstberger wrote: > Disabled by default? Sorry, but I've never specified any > ldap options in my smb.conf but the server always tries > to authentificate the users with an ldap server. With or without LDAP compiled in, Samba shouldn't be asking for LDAP unless you specified it in smb.conf. Look in smb.conf and post the "passdb backend" setting. I played with LDAP for a while, so I have ; passdb backend = ldapsam The semicolon makes the line inactive. My installation uses tdbsam by default. HTH