summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2008-07-30 00:57:50 -0700
committerSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 17:28:18 -0800
commit01fb868fcfc3c3ee3bae09cfc3ea317a127931c9 (patch)
treefae11d7d7e57dff68cb6087f0559bd07583b4254 /debian
parent050b93f6c4db12ad1ab46a91e5f5f1c99fea1e81 (diff)
* 007_modules_pam_unix: update the documentation to correctly document
the default minimum password length is 6, not 1.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/patches-applied/007_modules_pam_unix2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9059468d..2cae2344 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pam (1.0.1-2) UNRELEASED; urgency=low
+
+ * 007_modules_pam_unix: update the documentation to correctly document
+ the default minimum password length is 6, not 1.
+
+ -- Steve Langasek <vorlon@debian.org> Wed, 30 Jul 2008 00:55:10 -0700
+
pam (1.0.1-1) unstable; urgency=low
* New upstream version.
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>