From owner-freebsd-current@FreeBSD.ORG Tue Oct 28 15:43:02 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA9E016A4CE for ; Tue, 28 Oct 2003 15:43:02 -0800 (PST) Received: from neptune.blitzen.net (neptune.blitzen.net [208.179.50.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 168CF43FBF for ; Tue, 28 Oct 2003 15:43:02 -0800 (PST) (envelope-from maillist@neptune.blitzen.net) Received: from localhost (maillist@localhost) by neptune.blitzen.net (8.11.6/8.11.6) with ESMTP id h9SNgf903848; Tue, 28 Oct 2003 15:42:41 -0800 Date: Tue, 28 Oct 2003 15:42:41 -0800 (PST) From: Steve Lee To: Antoine Jacoutot In-Reply-To: <200310290019.58556.ajacoutot@lphp.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: OpenLDAP/nss_ldap/pam_ldap X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2003 23:43:02 -0000 Sorry for my ignorance, i am new to FreeBSD. i have tried to use it in the past ( 2years ago ) but decided to wait to till the nss_ldap support was added for nsswitch so i can use openldap. Now, when you say rebuild, how would i rebuild FreeBSD dynamically, or are you saying to rebuild the application that were statically linked dynamically ? I just checked the FreeBSD site and do not see any release 5.2 Once i can hurl this obsticle, i think FreeBSD might be a viable solution for me. Thanks again for your time. On Wed, 29 Oct 2003, Antoine Jacoutot wrote: > On Tuesday 28 October 2003 23:52, Steve Lee wrote: > > I have gotten FreeBSD 5.1 to authenticate user remotely > > ssh ing to the box. They can log in, but when they log > > in, the system shows their userid instead of the username > > when you do a ps. this tells me something might be > > wrong with nss_ldap. but not sure what i am doing wrong. > > > > I can do "id " which it returns the user information. > > You need to build FreeBSD with dynamic libraries... > It only works under -CURRENT with the "WITH_DYNAMICROOT=true" option in your > make.conf. > I think it is supposed to be the default for 5.2-RELEASE. > > Antoine >