wok-current diff pam/stuff/etc/pam.d/other @ rev 2235
pam: add /etc/pam.d/
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 14 10:04:16 2009 +0000 (2009-02-14) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/pam/stuff/etc/pam.d/other Sat Feb 14 10:04:16 2009 +0000 1.3 @@ -0,0 +1,7 @@ 1.4 +#%PAM-1.0 1.5 +# specify the PAM fallback behaviour 1.6 + 1.7 +auth required pam_unix.so 1.8 +account required pam_unix.so 1.9 +password required pam_unix.so md5 1.10 +session required pam_unix.so