From owner-freebsd-questions@FreeBSD.ORG Fri Jan 23 18:08:55 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 EF2CB16A4CE for ; Fri, 23 Jan 2004 18:08:55 -0800 (PST) Received: from hermes.webtent.net (hermes.webtent.net [192.216.106.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2232043D41 for ; Fri, 23 Jan 2004 18:08:55 -0800 (PST) (envelope-from robert@webtent.com) Received: from columbus (webtent.org [198.79.127.235]) by hermes.webtent.net (8.10.2/8.10.2) with ESMTP id i0O28nj25761 for ; Fri, 23 Jan 2004 21:08:49 -0500 From: Robert Fitzpatrick To: FreeBSD Content-Type: text/plain Organization: WebTent Networking, Inc. Message-Id: <1074910132.3459.5.camel@columbus> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Fri, 23 Jan 2004 21:08:53 -0500 Content-Transfer-Encoding: 7bit Subject: pam_ldap instructions 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: Sat, 24 Jan 2004 02:08:56 -0000 I just installed the pam_ldap port and receive the following instructions at the end of the install, I have 5.2-RELEASE and not sure which instruction to follow regarding enabling login: Copy /usr/local/etc/ldap.conf.dist to /usr/local/etc/ldap.conf, then edit /usr/local/etc/ldap.conf in order to use this module. Add a line similar to the following to /etc/pam.conf on -STABLE, or create an /etc/pam.d/ldap on -CURRENT with a line similar to the following: login auth sufficient /usr/local/lib/pam_ldap.so -- Robert