From owner-freebsd-questions@FreeBSD.ORG Tue Aug 31 00:24:19 2004 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 7DC0E16A4CE for ; Tue, 31 Aug 2004 00:24:19 +0000 (GMT) Received: from mail4.speakeasy.net (mail4.speakeasy.net [216.254.0.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D32943D1F for ; Tue, 31 Aug 2004 00:24:19 +0000 (GMT) (envelope-from curtis@npc-usa.com) Received: (qmail 3728 invoked from network); 31 Aug 2004 00:24:18 -0000 Received: from dsl017-040-162.sea1.dsl.speakeasy.net (HELO crab.npc-usa.com) ([69.17.40.162]) (envelope-sender ) by mail4.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 31 Aug 2004 00:24:18 -0000 Received: from [10.0.1.12] (OSX [10.0.1.12]) by crab.npc-usa.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id R5CNPV7M; Mon, 30 Aug 2004 17:23:50 -0700 Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: quoted-printable Message-Id: <181DE4A6-FAE4-11D8-AE08-000393934006@npc-usa.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed To: freebsd-questions@freebsd.org From: Curtis Vaughan Date: Mon, 30 Aug 2004 17:24:17 -0700 X-Mailer: Apple Mail (2.619) Subject: LDAP, pam, nss 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: Tue, 31 Aug 2004 00:24:19 -0000 In order to get centralized logins to work on my Linux Debian computers=20= (authenticating of a RedHat Samba server), I have to: install libnss-ldap libpam-ldap. Perform some configuration on the of /etc/libnss-ldap.conf and=20 /etc/pam-ldap.conf files. Edit the /etc/nnsswitch.conf file. Then I can check that the packages have been installed by issuing the=20 command nscd. Finally to get authentication happening in specific applications, I go=20= to the directory /etc/pam.d/=A0 and edit the service files there though=20= which I want such authentication to occur. Now, of course, no one here is looking for instructions on how to do=20 something on Linux, but I was now wondering what it is I need to do on=20= my FreeBSD server to get this functionality working? I can't seem to=20 find anything similar so far in my searches. Thanks for any pointers in the right direction. Curtis=