Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jul 2005 11:28:39 -0500
From:      Dan Nelson <dnelson@allantgroup.com>
To:        Frank Bonnet <f.bonnet@esiee.fr>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: LDAP auth troubles
Message-ID:  <20050701162839.GM2392@dan.emsphone.com>
In-Reply-To: <42C50AC2.90700@esiee.fr>
References:  <42C50AC2.90700@esiee.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050701162839.GM2392>