]> granicus.if.org Git - linux-pam/blob - modules/pam_cracklib/README
Relevant BUGIDs: 123399
[linux-pam] / modules / pam_cracklib / README
1
2 pam_cracklib:
3         check the passwd against dictionary words.
4
5 RECOGNIZED ARGUMENTS:
6         debug           verbose log
7
8         type=XXX        alter the message printed as a prompt to the user.
9                         the message printed is in the form
10                         "New XXX password: ".
11                         Default XXX=UNIX
12
13         retry=N         Prompt user at most N times before returning with
14                         error. Default N=1.
15
16         difok=N         How many characters can be the same in the new
17                         password relative to the old
18         difignore=N     How many characters long should the password be
19                         before we ignore difok.
20
21         minlen=N        The minimum simplicity count for a good password.
22
23         dcredit=N
24         ucredit=N
25         lcredit=N
26         ocredit=N       Weight, digits, upper, lower, other characters with
27                         count N. Use these values to compute the
28                         'unsimplicity' of the password.
29
30         use_authtok     Get the proposed password from PAM_AUTHTOK
31
32 MODULE SERVICES PROVIDED:
33         passwd          chauthtok
34
35 AUTHOR:
36         Cristian Gafton <gafton@redhat.com>
37