diff options
author | 2014-12-09 11:18:29 +0900 | |
---|---|---|
committer | 2014-12-09 11:18:29 +0900 | |
commit | 70df112d6f1c0e532813452f8d6da52a663ea3ee (patch) | |
tree | c4c4322a1ae2a8434ea3c12761385d5336c61bb5 /sys-apps/shadow/files/pam.d-include/system-auth-1.1 | |
parent | dev-lang/python: export INCLUDE for h2py.py (diff) | |
download | android-70df112d6f1c0e532813452f8d6da52a663ea3ee.tar.gz android-70df112d6f1c0e532813452f8d6da52a663ea3ee.tar.bz2 android-70df112d6f1c0e532813452f8d6da52a663ea3ee.zip |
sys-apps/shadow: Prefixify
Diffstat (limited to 'sys-apps/shadow/files/pam.d-include/system-auth-1.1')
-rw-r--r-- | sys-apps/shadow/files/pam.d-include/system-auth-1.1 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys-apps/shadow/files/pam.d-include/system-auth-1.1 b/sys-apps/shadow/files/pam.d-include/system-auth-1.1 new file mode 100644 index 0000000..fe80483 --- /dev/null +++ b/sys-apps/shadow/files/pam.d-include/system-auth-1.1 @@ -0,0 +1,14 @@ +#%PAM-1.0 + +auth required pam_env.so +auth sufficient pam_unix.so likeauth nullok +auth required pam_deny.so + +account required pam_unix.so + +password required pam_cracklib.so retry=3 +password sufficient pam_unix.so nullok md5 shadow use_authtok +password required pam_deny.so + +session required pam_limits.so +session required pam_unix.so |