wok-next diff busybox-pam/stuff/etc/pam.d/login @ rev 11721
giflib: Add libungif compatibility.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Feb 20 14:11:54 2012 -0500 (2012-02-20) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/busybox-pam/stuff/etc/pam.d/login Mon Feb 20 14:11:54 2012 -0500 1.3 @@ -0,0 +1,7 @@ 1.4 +#%PAM-1.0 1.5 +# specify the PAM busybox 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