From owner-freebsd-questions@FreeBSD.ORG Fri Jul 1 16:28:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 55F4716A41C for ; Fri, 1 Jul 2005 16:28:51 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1D7E43D1F for ; Fri, 1 Jul 2005 16:28:50 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j61GSdKC016919; Fri, 1 Jul 2005 11:28:39 -0500 (CDT) (envelope-from dan) Date: Fri, 1 Jul 2005 11:28:39 -0500 From: Dan Nelson To: Frank Bonnet Message-ID: <20050701162839.GM2392@dan.emsphone.com> References: <42C50AC2.90700@esiee.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42C50AC2.90700@esiee.fr> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.9i Cc: freebsd-questions@freebsd.org Subject: Re: LDAP auth troubles 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, 01 Jul 2005 16:28:51 -0000 In the last episode (Jul 01), Frank Bonnet said: > Hello > > I have a strange problem with a FreeBSD 5.4 NFS client > > I have installed nss_ldap and pam_ldap then configure the > /etc/pam.d/login file as follows : > > # auth > auth required pam_nologin.so no_warn > auth sufficient pam_self.so no_warn > auth sufficient /usr/local/lib/pam_ldap.so > auth include system You have to add it to all the files in pam.d/*. Even though there's a common "system" file, only "login" and "su" use it, so it doesn't do much good. -- Dan Nelson dnelson@allantgroup.com