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
        [EMAIL PROTECTED]
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to