rane        06/08/04 10:20:14

  Modified:             shb-pam.xml
  Log:
  #129981, dcredit and ocredit should be negative to do what they are described 
to do, also fixing a link to the PAM docs

Revision  Changes    Path
1.3                  xml/htdocs/doc/en/security/shb-pam.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/security/shb-pam.xml?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/security/shb-pam.xml?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/security/shb-pam.xml?r1=1.2&r2=1.3

Index: shb-pam.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-pam.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- shb-pam.xml 1 Jun 2005 17:42:46 -0000       1.2
+++ shb-pam.xml 4 Aug 2006 10:20:13 -0000       1.3
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-pam.xml,v 1.2 
2005/06/01 17:42:46 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-pam.xml,v 1.3 
2006/08/04 10:20:13 rane Exp $ -->
 <!DOCTYPE sections SYSTEM "/dtd/book.dtd">
 
 <!-- The content of this document is licensed under the CC-BY-SA license -->
@@ -7,8 +7,8 @@
 
 <sections>
 
-<version>1.0</version>
-<date>2005-05-31</date>
+<version>1.1</version>
+<date>2006-08-03</date>
 
 <section>
 <title>PAM</title>
@@ -28,7 +28,7 @@
 <pre caption="/etc/pam.d/passwd">
 auth     required pam_unix.so shadow nullok
 account  required pam_unix.so
-password required pam_cracklib.so difok=3 retry=3 minlen=8 dcredit=2 ocredit=2 
+password required pam_cracklib.so difok=3 retry=3 minlen=8 dcredit=-2 
ocredit=-2
 password required pam_unix.so md5 use_authtok
 session  required pam_unix.so
 </pre>
@@ -38,7 +38,7 @@
 least 8 characters and contain a minimum of 2 digits, 2 other characters, and
 are more than 3 characters different from the last password. This forces the
 user to choose a good password (password policy). Check the <uri
-link="http://www.kernel.org/pub/linux/libs/pam/Linux-PAM-html/pam-6.html#ss6.3";>PAM</uri>
+link="http://www.kernel.org/pub/linux/libs/pam/Linux-PAM-html/sag-pam_cracklib.html";>PAM</uri>
 documentation for more options.
 </p>
 
@@ -48,7 +48,7 @@
 auth     required pam_nologin.so
 auth     required pam_env.so
 account  required pam_unix.so
-password required pam_cracklib.so difok=3 retry=3 minlen=8 dcredit=2 ocredit=2 
use_authtok
+password required pam_cracklib.so difok=3 retry=3 minlen=8 dcredit=-2 
ocredit=-2 use_authtok
 password required pam_unix.so shadow md5
 session  required pam_unix.so
 session  required pam_limits.so



-- 
[email protected] mailing list

Reply via email to