From owner-freebsd-questions@FreeBSD.ORG Fri Oct 26 23:14:48 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B436316A419 for ; Fri, 26 Oct 2007 23:14:48 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 6F4D213C4A6 for ; Fri, 26 Oct 2007 23:14:48 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.67) with esmtp (envelope-from ) id <1IlYO7-0001To-Be>; Sat, 27 Oct 2007 01:14:47 +0200 Received: from e178056200.adsl.alicedsl.de ([85.178.56.200] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.67) with esmtpsa (envelope-from ) id <1IlYO7-0005sx-98>; Sat, 27 Oct 2007 01:14:47 +0200 Message-ID: <472275A7.5080909@mail.zedat.fu-berlin.de> Date: Sat, 27 Oct 2007 01:17:59 +0200 From: "O. Hartmann" User-Agent: Thunderbird 2.0.0.6 (X11/20070802) MIME-Version: 1.0 To: Alexandre Biancalana References: <471B7DCF.2020709@mail.zedat.fu-berlin.de> <20071025214852.GB1458@roadrunner.spoerlein.net> <47222F0D.70802@zedat.fu-berlin.de> <8e10486b0710261131n3b70d6cge8f193b72c96466d@mail.gmail.com> <47224AEB.6010402@zedat.fu-berlin.de> <8e10486b0710261512t348dbd1bgc9022201f60ba0ac@mail.gmail.com> In-Reply-To: <8e10486b0710261512t348dbd1bgc9022201f60ba0ac@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.56.200 Cc: "O. Hartmann" , freebsd-questions@freebsd.org Subject: Re: OpenLDAP 2.3/pam_ldap/nss_ldap: not working in FreeBSD 7.0-PRE! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2007 23:14:48 -0000 Alexandre Biancalana wrote: > On 10/26/07, O. Hartmann wrote: > >> playing with ldapsearch gets results as expected. Doing ldapsearch witch >> -D and dn of the admin results in the whole DIT as expected, accessing >> the DIT with uid=user,ou=users,dc=... the same. Accessing LDAP server >> from client via LUMA (tool) is also ok. >> > > Try to change the nss_base_passwd line from: > > nss_base_passwd ou=users,dc=office,dc=de?one > > to > > nss_base_passwd ou=users,dc=office,dc=de?sub > ... no difference ... slapd won't start when ldap is first entry in nsswitch.conf and gets not searched when last. maybe there is a problem with the nss_ldap library?