diff options
author | Steve Langasek <vorlon@debian.org> | 2008-07-31 17:53:12 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 17:28:22 -0800 |
commit | 35eb260487f8454910549db99b03fc901087e49e (patch) | |
tree | dc7dd744945fdc7fb23fffd7e5592afc1d3560b3 /debian/pam-configs | |
parent | 4faee83c492b628446ffb9d9b2e38f7e1abdd7f2 (diff) | |
download | pam-35eb260487f8454910549db99b03fc901087e49e.tar.gz pam-35eb260487f8454910549db99b03fc901087e49e.tar.bz2 pam-35eb260487f8454910549db99b03fc901087e49e.zip |
initial config snippet for cracklib
Diffstat (limited to 'debian/pam-configs')
-rw-r--r-- | debian/pam-configs/cracklib | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/pam-configs/cracklib b/debian/pam-configs/cracklib new file mode 100644 index 00000000..54c8bdf5 --- /dev/null +++ b/debian/pam-configs/cracklib @@ -0,0 +1,9 @@ +Name: Cracklib password strength checking +Default: yes +Priority: 1 +Conflicts: unix-zany +Password-Type: Additional +Password-Initial: + password requisite pam_cracklib.so retry=3 minlen=8 difok=3 +Password-Final: + password requisite pam_cracklib.so retry=3 minlen=8 difok=3 |