[Pkg-shadow-commits] r2878 - in upstream/trunk: . man/login.defs.d

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Sat May 9 13:16:10 UTC 2009


Author: nekral-guest
Date: 2009-05-09 13:16:10 +0000 (Sat, 09 May 2009)
New Revision: 2878

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/man/login.defs.d/ENCRYPT_METHOD.xml
   upstream/trunk/man/login.defs.d/MD5_CRYPT_ENAB.xml
   upstream/trunk/man/login.defs.d/SHA_CRYPT_MIN_ROUNDS.xml
Log:
	* man/login.defs.d/ENCRYPT_METHOD.xml,
	man/login.defs.d/MD5_CRYPT_ENAB.xml,
	man/login.defs.d/SHA_CRYPT_MIN_ROUNDS.xml: Updated note for PAM
	enabled versions. These variables are only used for group
	passwords in this case.

Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2009-05-09 13:16:03 UTC (rev 2877)
+++ upstream/trunk/ChangeLog	2009-05-09 13:16:10 UTC (rev 2878)
@@ -1,5 +1,13 @@
 2009-05-09  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* man/login.defs.d/ENCRYPT_METHOD.xml,
+	man/login.defs.d/MD5_CRYPT_ENAB.xml,
+	man/login.defs.d/SHA_CRYPT_MIN_ROUNDS.xml: Updated note for PAM
+	enabled versions. These variables are only used for group
+	passwords in this case.
+
+2009-05-09  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* man/chpasswd.8.xml: Sorted options alphabetically.
 
 2009-05-09  Nicolas François  <nicolas.francois at centraliens.net>

Modified: upstream/trunk/man/login.defs.d/ENCRYPT_METHOD.xml
===================================================================
--- upstream/trunk/man/login.defs.d/ENCRYPT_METHOD.xml	2009-05-09 13:16:03 UTC (rev 2877)
+++ upstream/trunk/man/login.defs.d/ENCRYPT_METHOD.xml	2009-05-09 13:16:10 UTC (rev 2878)
@@ -54,9 +54,11 @@
       Note: this parameter overrides the <option>MD5_CRYPT_ENAB</option>
       variable.
     </para>
-    <para>
-      Note: if you use PAM, it is recommended to set this variable
-      consistently with the PAM modules configuration.
+    <para condition="pam">
+      Note: This only affect the generation of group passwords.
+      The generation of user passwords is done by PAM and subject to the
+      PAM configuration. It is recommended to set this variable
+      consistently with the PAM configuration.
     </para>
   </listitem>
 </varlistentry>

Modified: upstream/trunk/man/login.defs.d/MD5_CRYPT_ENAB.xml
===================================================================
--- upstream/trunk/man/login.defs.d/MD5_CRYPT_ENAB.xml	2009-05-09 13:16:03 UTC (rev 2877)
+++ upstream/trunk/man/login.defs.d/MD5_CRYPT_ENAB.xml	2009-05-09 13:16:10 UTC (rev 2878)
@@ -50,9 +50,11 @@
       This variable is deprecated. You should use
       <option>ENCRYPT_METHOD</option>.
     </para>
-    <para>
-      Note: if you use PAM, it is recommended to set this variable
-      consistently with the PAM modules configuration.
+    <para condition="pam">
+      Note: This only affect the generation of group passwords.
+      The generation of user passwords is done by PAM and subject to the
+      PAM configuration. It is recommended to set this variable
+      consistently with the PAM configuration.
     </para>
   </listitem>
 </varlistentry>

Modified: upstream/trunk/man/login.defs.d/SHA_CRYPT_MIN_ROUNDS.xml
===================================================================
--- upstream/trunk/man/login.defs.d/SHA_CRYPT_MIN_ROUNDS.xml	2009-05-09 13:16:03 UTC (rev 2877)
+++ upstream/trunk/man/login.defs.d/SHA_CRYPT_MIN_ROUNDS.xml	2009-05-09 13:16:10 UTC (rev 2878)
@@ -59,5 +59,11 @@
       <option>SHA_CRYPT_MAX_ROUNDS</option>, the highest value will be
       used.
     </para>
+    <para condition="pam">
+      Note: This only affect the generation of group passwords.
+      The generation of user passwords is done by PAM and subject to the
+      PAM configuration. It is recommended to set this variable
+      consistently with the PAM configuration.
+    </para>
   </listitem>
 </varlistentry>




More information about the Pkg-shadow-commits mailing list