wok-6.x 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 | 830be51d2d47 |
children | 194e6709d5f3 |
files | pam/receipt pam/stuff/etc/pam.d/other |
line diff
1.1 --- a/pam/receipt Sat Feb 14 10:01:02 2009 +0000 1.2 +++ b/pam/receipt Sat Feb 14 10:04:16 2009 +0000 1.3 @@ -31,4 +31,5 @@ 1.4 cp -a $_pkg/lib/*so* $fs/lib 1.5 cp -a $_pkg/lib/security $fs/lib 1.6 rm -f $fs/lib/security/*.la 1.7 + cp -a stuff/* $fs 1.8 }
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/pam/stuff/etc/pam.d/other Sat Feb 14 10:04:16 2009 +0000 2.3 @@ -0,0 +1,7 @@ 2.4 +#%PAM-1.0 2.5 +# specify the PAM fallback behaviour 2.6 + 2.7 +auth required pam_unix.so 2.8 +account required pam_unix.so 2.9 +password required pam_unix.so md5 2.10 +session required pam_unix.so