[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: PAM
On Aug/09/2000, Anthony Dean wrote:
> LDAP. I can setup PAM to use either pam_pwdb or pam_ldap, but both just
> not working for me. The only case where I really need LDAP is for "su"
> so just /etc/pam.d/su should be the only place that needs changes?
> I assume someone else has done this too; any good documentation out
> there?
[root->linux3 bin]# cat /etc/pam.d/login
#%PAM-1.0
auth required /lib/security/pam_securetty.so
auth required /lib/security/pam_nologin.so
auth sufficient /lib/security/pam_pwdb.so shadow nullok
auth required /lib/security/pam_ldap.so use_first_pass
account sufficient /lib/security/pam_ldap.so
account required /lib/security/pam_pwdb.so
password required /lib/security/pam_ldap.so
password required /lib/security/pam_cracklib.so
password required /lib/security/pam_pwdb.so nullok use_authtok md5 shadow use_fist_pass
session required /lib/security/pam_pwdb.so
session optional /lib/security/pam_console.so
[root->linux3 bin]#
--
Javi Polo - javipolo@oninet.es - navo - DrSlump
Geek Code available in my home page (es que era mu tocho)
http://javipolo.ivworlds.org/
- References:
- PAM
- From: Anthony Dean <adean@microcenter.com>