LDAP auth troubles

Dan Nelson dnelson at allantgroup.com
Fri Jul 1 16:28:51 GMT 2005


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 at allantgroup.com


More information about the freebsd-questions mailing list