summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@redhat.com>2011-12-07 16:53:47 +0100
committerTomas Mraz <tmraz@redhat.com>2011-12-07 16:53:47 +0100
commit965d6e2410e6f9fb4415c7d2be4603d0912f7ad5 (patch)
treec752e5e664df02fcff1b9d7316fbca95c89ceed0 /doc
parente5f3076c599bdeb4a6ec31a718876614039a0339 (diff)
downloadlibpwquality-965d6e2410e6f9fb4415c7d2be4603d0912f7ad5.tar.gz
Check for arbitrary list of forbidden words.
Diffstat (limited to 'doc')
-rw-r--r--doc/man/pam_pwquality.87
-rw-r--r--doc/man/pwquality.conf.58
2 files changed, 15 insertions, 0 deletions
diff --git a/doc/man/pam_pwquality.8 b/doc/man/pam_pwquality.8
index 3c57716..01a3bdf 100644
--- a/doc/man/pam_pwquality.8
+++ b/doc/man/pam_pwquality.8
@@ -233,6 +233,13 @@ field of the user are contained in the new password\&.
The default is 0 which means that this check is disabled\&.
.RE
.PP
+\fBbadwords=\fR\fB\fI<list of words>\fR\fR
+.RS 4
+The words more than 3 characters long from this space separated list are
+individually searched for and forbidden in the new password\&.
+By default the list is empty which means that this check is disabled\&.
+.RE
+.PP
\fBuse_authtok\fR
.RS 4
This argument is used to
diff --git a/doc/man/pwquality.conf.5 b/doc/man/pwquality.conf.5
index 0dcd2f0..5fece5f 100644
--- a/doc/man/pwquality.conf.5
+++ b/doc/man/pwquality.conf.5
@@ -93,6 +93,14 @@ field of the user's passwd entry are contained in the new password.
The check is disabled if the value is 0. (default 0)
.RE
.PP
+\fBbadwords\fR
+.RS 4
+Space separated list of words that must not be contained in the password. These
+are additional words to the cracklib dictionary check. This setting can be
+also used by applications to emulate the gecos check for user accounts that are
+not created yet.
+.RE
+.PP
\fBdictpath\fR
.RS 4
Path to the cracklib dictionaries. Default is to use the cracklib default.