diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2000-11-25 03:27:39 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2000-11-25 03:27:39 +0000 |
commit | 4ea47216da66274357b14d5d7488ccbde27d75c4 (patch) | |
tree | 5b73492bf55a8a46c8a68e09c4e6a55479ed9028 /modules/pam_cracklib/README | |
parent | ae282c2b26cfacb4e850d1258b851f125eca221a (diff) | |
download | pam-4ea47216da66274357b14d5d7488ccbde27d75c4.tar.gz pam-4ea47216da66274357b14d5d7488ccbde27d75c4.tar.bz2 pam-4ea47216da66274357b14d5d7488ccbde27d75c4.zip |
Relevant BUGIDs: 115055
Purpose of commit: bugfix
Commit summary:
---------------
fixed the bogus logic in 'similiar' (renamed it to similar) and
documented the new override argument: difignore.
Diffstat (limited to 'modules/pam_cracklib/README')
-rw-r--r-- | modules/pam_cracklib/README | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/modules/pam_cracklib/README b/modules/pam_cracklib/README index e4b02731..69662f73 100644 --- a/modules/pam_cracklib/README +++ b/modules/pam_cracklib/README @@ -13,9 +13,25 @@ RECOGNIZED ARGUMENTS: 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@sorosis.ro> + Cristian Gafton <gafton@redhat.com> |