swift       05/10/01 19:22:00

  Modified:    xml/htdocs/doc/en ldap-howto.xml
  Log:
  #102486 - Changes to system-auth to allow ldap authentication

Revision  Changes    Path
1.28      +8 -7      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.28&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.28&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.27&r2=1.28&cvsroot=gentoo

Index: ldap-howto.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldap-howto.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ldap-howto.xml      10 Jun 2005 18:32:09 -0000      1.27
+++ ldap-howto.xml      1 Oct 2005 19:22:00 -0000       1.28
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldap-howto.xml,v 1.27 
2005/06/10 18:32:09 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldap-howto.xml,v 1.28 
2005/10/01 19:22:00 swift 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.2</version>
-<date>2005-06-10</date>
+<version>0.18.3</version>
+<date>2005-10-01</date>
 
 <chapter>
 <title>Getting Started with OpenLDAP</title>
@@ -331,17 +331,18 @@
 auth    sufficient  /lib/security/pam_ldap.so use_first_pass
 auth    required    /lib/security/pam_deny.so
 
-account required  /lib/security/pam_unix.so
-account sufficient  /lib/security/pam_ldap.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
+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=0
+session required     /lib/security/pam_mkhomedir.so skel=/etc/skel/ umask=0066
 session optional    /lib/security/pam_ldap.so
 </pre>
 



-- 
[email protected] mailing list

Reply via email to