jkt         05/10/08 15:09:49

  Modified:    xml/htdocs/doc/en ldap-howto.xml
  Log:
  #102949, "LDAP guide shows wrong libraries location"

Revision  Changes    Path
1.29      +21 -21    xml/htdocs/doc/en/ldap-howto.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/ldap-howto.xml?rev=1.29&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/ldap-howto.xml?rev=1.29&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/ldap-howto.xml.diff?r1=1.28&r2=1.29&cvsroot=gentoo

Index: ldap-howto.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldap-howto.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ldap-howto.xml      1 Oct 2005 19:22:00 -0000       1.28
+++ ldap-howto.xml      8 Oct 2005 15:09:49 -0000       1.29
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldap-howto.xml,v 1.28 
2005/10/01 19:22:00 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldap-howto.xml,v 1.29 
2005/10/08 15:09:49 jkt Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/ldap-howto.xml">
@@ -30,8 +30,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>0.18.3</version>
-<date>2005-10-01</date>
+<version>0.19</version>
+<date>2005-10-08</date>
 
 <chapter>
 <title>Getting Started with OpenLDAP</title>
@@ -326,24 +326,24 @@
 </p>
 
 <pre caption="/etc/pam.d/system-auth">
-auth    required    /lib/security/pam_env.so
-auth    sufficient  /lib/security/pam_unix.so likeauth nullok shadow
-auth    sufficient  /lib/security/pam_ldap.so use_first_pass
-auth    required    /lib/security/pam_deny.so
-
-account requisite  /lib/security/pam_unix.so
-account sufficient /lib/security/pam_localuser.so
-account required   /lib/security/pam_ldap.so
-
-password    required /lib/security/pam_cracklib.so retry=3
-password    sufficient /lib/security/pam_unix.so nullok use_authtok shadow md5
-password    sufficient /lib/security/pam_ldap.so use_authtok use_first_pass
-password    required /lib/security/pam_deny.so
-
-session required    /lib/security/pam_limits.so
-session required    /lib/security/pam_unix.so
-session required     /lib/security/pam_mkhomedir.so skel=/etc/skel/ umask=0066
-session optional    /lib/security/pam_ldap.so
+auth    required    pam_env.so
+auth    sufficient  pam_unix.so likeauth nullok shadow
+auth    sufficient  pam_ldap.so use_first_pass
+auth    required    pam_deny.so
+
+account requisite  pam_unix.so
+account sufficient pam_localuser.so
+account required   pam_ldap.so
+
+password    required pam_cracklib.so retry=3
+password    sufficient pam_unix.so nullok use_authtok shadow md5
+password    sufficient pam_ldap.so use_authtok use_first_pass
+password    required pam_deny.so
+
+session required    pam_limits.so
+session required    pam_unix.so
+session required    pam_mkhomedir.so skel=/etc/skel/ umask=0066
+session optional    pam_ldap.so
 </pre>
 
 <!--  Should work now, see #87930



-- 
[email protected] mailing list

Reply via email to