diff options
author | Steve Langasek <vorlon@debian.org> | 2008-07-30 00:57:50 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 17:28:18 -0800 |
commit | 01fb868fcfc3c3ee3bae09cfc3ea317a127931c9 (patch) | |
tree | fae11d7d7e57dff68cb6087f0559bd07583b4254 /debian/patches-applied/007_modules_pam_unix | |
parent | 050b93f6c4db12ad1ab46a91e5f5f1c99fea1e81 (diff) | |
download | pam-01fb868fcfc3c3ee3bae09cfc3ea317a127931c9.tar.gz pam-01fb868fcfc3c3ee3bae09cfc3ea317a127931c9.tar.bz2 pam-01fb868fcfc3c3ee3bae09cfc3ea317a127931c9.zip |
* 007_modules_pam_unix: update the documentation to correctly document
the default minimum password length is 6, not 1.
Diffstat (limited to 'debian/patches-applied/007_modules_pam_unix')
-rw-r--r-- | debian/patches-applied/007_modules_pam_unix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-applied/007_modules_pam_unix b/debian/patches-applied/007_modules_pam_unix index 572682bd..e35f699f 100644 --- a/debian/patches-applied/007_modules_pam_unix +++ b/debian/patches-applied/007_modules_pam_unix @@ -266,7 +266,7 @@ Index: pam.deb/modules/pam_unix/pam_unix.8.xml + <listitem> + <para> + Set a minimum password length of <replaceable>n</replaceable> -+ characters. The default value is 1. ++ characters. The default value is 6. + </para> + </listitem> + </varlistentry> |