[Pkg-shadow-commits] r285 - trunk/debian

Christian Perrier pkg-shadow-devel@lists.alioth.debian.org
Tue, 21 Jun 2005 06:27:39 +0000


Author: bubulle
Date: 2005-06-21 06:27:38 +0000 (Tue, 21 Jun 2005)
New Revision: 285

Modified:
   trunk/debian/changelog
   trunk/debian/login.defs
Log:
Apply patch for #87301
Remove nasty TABS from changelog


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-06-20 22:23:18 UTC (rev 284)
+++ trunk/debian/changelog	2005-06-21 06:27:38 UTC (rev 285)
@@ -20,6 +20,9 @@
       - Correct the assertion about the variable defined by QMAIL_DIR
         which is MAILDIR, not MAIL
         Closes: #109279
+      - Move the PASS_MAX_LEN variable at the end of login.defs as this
+        is obsoleted when using PAM
+        Closes: #87301
     - debian/passwd.config:
       Re-enable the password confirmation question at critical priority
       Closes: #304350

Modified: trunk/debian/login.defs
===================================================================
--- trunk/debian/login.defs	2005-06-20 22:23:18 UTC (rev 284)
+++ trunk/debian/login.defs	2005-06-21 06:27:38 UTC (rev 285)
@@ -239,13 +239,6 @@
 LOGIN_TIMEOUT		60
 
 #
-# Number of significant characters in the password for crypt().
-# Default is 8, don't change unless your crypt() is better.
-# If using MD5 in your PAM configuration, set this higher.
-#
-PASS_MAX_LEN		8
-
-#
 # Require password before chfn/chsh can make any changes.
 #
 CHFN_AUTH		yes
@@ -359,3 +352,4 @@
 #NOLOGINS_FILE
 #ISSUE_FILE
 #PASS_MIN_LEN
+#PASS_MAX_LEN