From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.50) id 1EOGKl-0005z6-Tr for garchives@archives.gentoo.org; Sat, 08 Oct 2005 15:10:00 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id j98F14Ex016709; Sat, 8 Oct 2005 15:01:04 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id j98F13jj017069 for ; Sat, 8 Oct 2005 15:01:04 GMT Message-Id: <200510081501.j98F13jj017069@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark.gentoo.org) by smtp.gentoo.org with smtp (Exim 4.43) id 1EOGKn-0004ob-Kv for gentoo-doc-cvs@lists.gentoo.org; Sat, 08 Oct 2005 15:10:01 +0000 Received: by lark.gentoo.org (sSMTP sendmail emulation); Sat, 8 Oct 2005 15:09:49 +0000 From: "Jan Kundrat" Date: Sat, 8 Oct 2005 15:09:49 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: ldap-howto.xml Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 01e11f48-df21-4481-bb7a-8eea6148e407 X-Archives-Hash: 0e7cd499b3e5c81ecbff5191e32ae783 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 @@ - + @@ -30,8 +30,8 @@ -0.18.3 -2005-10-01 +0.19 +2005-10-08 Getting Started with OpenLDAP @@ -326,24 +326,24 @@

-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