aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-03-05 23:03:45 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-03-05 23:03:45 +0100
commit1ffd18eae7b58b82f569f28ec1b8bc0793344af6 (patch)
treea9f6a89b8db9e55778a1e430971ed36939c8e5ae /system-auth.in
parentUse pam_nologin in account chain when supported. (diff)
downloadpambase-1ffd18eae7b58b82f569f28ec1b8bc0793344af6.tar.gz
pambase-1ffd18eae7b58b82f569f28ec1b8bc0793344af6.tar.bz2
pambase-1ffd18eae7b58b82f569f28ec1b8bc0793344af6.zip
Add optional support for pam_passwdqc.
Diffstat (limited to 'system-auth.in')
-rw-r--r--system-auth.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/system-auth.in b/system-auth.in
index 297e681..b5b84f3 100644
--- a/system-auth.in
+++ b/system-auth.in
@@ -9,6 +9,9 @@ account required pam_unix.so DEBUG
#if HAVE_CRACKLIB
password required pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 try_first_pass retry=3 DEBUG
#endif
+#if HAVE_PASSWDQC
+password required pam_passwdqc.so min=8,8,8,8,8 retry=3
+#endif
password sufficient pam_unix.so try_first_pass AUTHTOK nullok UNIX_EXTENDED_ENCRYPTION DEBUG
password required pam_deny.so