Gentoo Archives: gentoo-doc-cvs

From: Jan Kundrat <jkt@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: ldap-howto.xml
Date: Sat, 08 Oct 2005 15:10:00
Message-Id: 200510081501.j98F13jj017069@robin.gentoo.org
1 jkt 05/10/08 15:09:49
2
3 Modified: xml/htdocs/doc/en ldap-howto.xml
4 Log:
5 #102949, "LDAP guide shows wrong libraries location"
6
7 Revision Changes Path
8 1.29 +21 -21 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.29&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.29&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.28&r2=1.29&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.28
18 retrieving revision 1.29
19 diff -u -r1.28 -r1.29
20 --- ldap-howto.xml 1 Oct 2005 19:22:00 -0000 1.28
21 +++ ldap-howto.xml 8 Oct 2005 15:09:49 -0000 1.29
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.28 2005/10/01 19:22:00 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldap-howto.xml,v 1.29 2005/10/08 15:09:49 jkt 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.3</version>
34 -<date>2005-10-01</date>
35 +<version>0.19</version>
36 +<date>2005-10-08</date>
37
38 <chapter>
39 <title>Getting Started with OpenLDAP</title>
40 @@ -326,24 +326,24 @@
41 </p>
42
43 <pre caption="/etc/pam.d/system-auth">
44 -auth required /lib/security/pam_env.so
45 -auth sufficient /lib/security/pam_unix.so likeauth nullok shadow
46 -auth sufficient /lib/security/pam_ldap.so use_first_pass
47 -auth required /lib/security/pam_deny.so
48 -
49 -account requisite /lib/security/pam_unix.so
50 -account sufficient /lib/security/pam_localuser.so
51 -account required /lib/security/pam_ldap.so
52 -
53 -password required /lib/security/pam_cracklib.so retry=3
54 -password sufficient /lib/security/pam_unix.so nullok use_authtok shadow md5
55 -password sufficient /lib/security/pam_ldap.so use_authtok use_first_pass
56 -password required /lib/security/pam_deny.so
57 -
58 -session required /lib/security/pam_limits.so
59 -session required /lib/security/pam_unix.so
60 -session required /lib/security/pam_mkhomedir.so skel=/etc/skel/ umask=0066
61 -session optional /lib/security/pam_ldap.so
62 +auth required pam_env.so
63 +auth sufficient pam_unix.so likeauth nullok shadow
64 +auth sufficient pam_ldap.so use_first_pass
65 +auth required pam_deny.so
66 +
67 +account requisite pam_unix.so
68 +account sufficient pam_localuser.so
69 +account required pam_ldap.so
70 +
71 +password required pam_cracklib.so retry=3
72 +password sufficient pam_unix.so nullok use_authtok shadow md5
73 +password sufficient pam_ldap.so use_authtok use_first_pass
74 +password required pam_deny.so
75 +
76 +session required pam_limits.so
77 +session required pam_unix.so
78 +session required pam_mkhomedir.so skel=/etc/skel/ umask=0066
79 +session optional pam_ldap.so
80 </pre>
81
82 <!-- Should work now, see #87930
83
84
85
86 --
87 gentoo-doc-cvs@g.o mailing list