summaryrefslogtreecommitdiff
path: root/modules/pam_cracklib/README
diff options
context:
space:
mode:
authorSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 12:44:11 -0800
committerSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 12:44:11 -0800
commitefd31890b5ed496a5a00c08a262da240e66a4ddc (patch)
tree22a7aab22b3a491bb58df250d7d6409e0c160bcc /modules/pam_cracklib/README
parent067affee9267fa0d1c21835182ba639ba33e820f (diff)
New upstream version 0.76
Diffstat (limited to 'modules/pam_cracklib/README')
-rw-r--r--modules/pam_cracklib/README37
1 files changed, 0 insertions, 37 deletions
diff --git a/modules/pam_cracklib/README b/modules/pam_cracklib/README
deleted file mode 100644
index 69662f73..00000000
--- a/modules/pam_cracklib/README
+++ /dev/null
@@ -1,37 +0,0 @@
-
-pam_cracklib:
- check the passwd against dictionary words.
-
-RECOGNIZED ARGUMENTS:
- debug verbose log
-
- type=XXX alter the message printed as a prompt to the user.
- the message printed is in the form
- "New XXX password: ".
- Default XXX=UNIX
-
- retry=N Prompt user at most N times before returning with
- error. Default N=1.
-
- difok=N How many characters can be the same in the new
- password relative to the old
- difignore=N How many characters long should the password be
- before we ignore difok.
-
- minlen=N The minimum simplicity count for a good password.
-
- dcredit=N
- ucredit=N
- lcredit=N
- ocredit=N Weight, digits, upper, lower, other characters with
- count N. Use these values to compute the
- 'unsimplicity' of the password.
-
- use_authtok Get the proposed password from PAM_AUTHTOK
-
-MODULE SERVICES PROVIDED:
- passwd chauthtok
-
-AUTHOR:
- Cristian Gafton <gafton@redhat.com>
-