Gentoo Archives: gentoo-doc-cvs

From: swift <swift@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: ldap-howto.xml
Date: Sat, 01 Oct 2005 19:22:24
Message-Id: 200510011914.j91JEU8o004770@robin.gentoo.org
1 swift 05/10/01 19:22:00
2
3 Modified: xml/htdocs/doc/en ldap-howto.xml
4 Log:
5 #102486 - Changes to system-auth to allow ldap authentication
6
7 Revision Changes Path
8 1.28 +8 -7 xml/htdocs/doc/en/ldap-howto.xml
9
10 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
11 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
12 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
13
14 Index: ldap-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldap-howto.xml,v
17 retrieving revision 1.27
18 retrieving revision 1.28
19 diff -u -r1.27 -r1.28
20 --- ldap-howto.xml 10 Jun 2005 18:32:09 -0000 1.27
21 +++ ldap-howto.xml 1 Oct 2005 19:22:00 -0000 1.28
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldap-howto.xml,v 1.27 2005/06/10 18:32:09 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldap-howto.xml,v 1.28 2005/10/01 19:22:00 swift Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/ldap-howto.xml">
29 @@ -30,8 +30,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>0.18.2</version>
34 -<date>2005-06-10</date>
35 +<version>0.18.3</version>
36 +<date>2005-10-01</date>
37
38 <chapter>
39 <title>Getting Started with OpenLDAP</title>
40 @@ -331,17 +331,18 @@
41 auth sufficient /lib/security/pam_ldap.so use_first_pass
42 auth required /lib/security/pam_deny.so
43
44 -account required /lib/security/pam_unix.so
45 -account sufficient /lib/security/pam_ldap.so
46 +account requisite /lib/security/pam_unix.so
47 +account sufficient /lib/security/pam_localuser.so
48 +account required /lib/security/pam_ldap.so
49
50 password required /lib/security/pam_cracklib.so retry=3
51 password sufficient /lib/security/pam_unix.so nullok use_authtok shadow md5
52 -password sufficient /lib/security/pam_ldap.so use_authtok
53 +password sufficient /lib/security/pam_ldap.so use_authtok use_first_pass
54 password required /lib/security/pam_deny.so
55
56 session required /lib/security/pam_limits.so
57 session required /lib/security/pam_unix.so
58 -session required /lib/security/pam_mkhomedir.so skel=/etc/skel/ umask=0
59 +session required /lib/security/pam_mkhomedir.so skel=/etc/skel/ umask=0066
60 session optional /lib/security/pam_ldap.so
61 </pre>
62
63
64
65
66 --
67 gentoo-doc-cvs@g.o mailing list