summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>