diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-13 15:37:35 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-13 15:37:35 +0100 |
commit | d3ef160b44bd6ab93be2d3fea13f4496cfb0cf81 (patch) | |
tree | ce132758305b1d3695aec606a1a75db7aa776d63 /shadow-libpassphrase/passwd | |
parent | update scrotty (diff) | |
download | aur-packages-d3ef160b44bd6ab93be2d3fea13f4496cfb0cf81.tar.gz aur-packages-d3ef160b44bd6ab93be2d3fea13f4496cfb0cf81.tar.bz2 aur-packages-d3ef160b44bd6ab93be2d3fea13f4496cfb0cf81.tar.xz |
add shadow-libpassphrase
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'shadow-libpassphrase/passwd')
-rw-r--r-- | shadow-libpassphrase/passwd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shadow-libpassphrase/passwd b/shadow-libpassphrase/passwd new file mode 100644 index 0000000..ab56da4 --- /dev/null +++ b/shadow-libpassphrase/passwd @@ -0,0 +1,4 @@ +#%PAM-1.0 +#password required pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 retry=3 +#password required pam_unix.so sha512 shadow use_authtok +password required pam_unix.so sha512 shadow nullok |