Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: ldap-howto.xml
Date: Tue, 13 Jul 2010 19:40:33
Message-Id: 20100713194028.F2B6A2CE14@corvid.gentoo.org
1 nightmorph 10/07/13 19:40:28
2
3 Modified: ldap-howto.xml
4 Log:
5 updated ldap config for 2.3, bug 325497
6
7 Revision Changes Path
8 1.42 xml/htdocs/doc/en/ldap-howto.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ldap-howto.xml?rev=1.42&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ldap-howto.xml?rev=1.42&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ldap-howto.xml?r1=1.41&r2=1.42
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.41
18 retrieving revision 1.42
19 diff -u -r1.41 -r1.42
20 --- ldap-howto.xml 22 Feb 2010 09:09:03 -0000 1.41
21 +++ ldap-howto.xml 13 Jul 2010 19:40:28 -0000 1.42
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.41 2010/02/22 09:09:03 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldap-howto.xml,v 1.42 2010/07/13 19:40:28 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide disclaimer="draft">
29 @@ -33,8 +33,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>3</version>
34 -<date>2010-02-22</date>
35 +<version>4</version>
36 +<date>2010-07-13</date>
37
38 <chapter>
39 <title>Getting Started with OpenLDAP</title>
40 @@ -228,13 +228,12 @@
41 </pre>
42
43 <p>
44 -Now edit <path>/etc/conf.d/slapd</path> and add the following, commenting out
45 -the existing line:
46 +Now edit <path>/etc/conf.d/slapd</path> and uncomment the following OPTS line:
47 </p>
48
49 <pre caption="/etc/conf.d/slapd">
50 <comment># Note: we don't use cn=config here, so stay with this line:</comment>
51 -OPTS="-h 'ldap:// ldapi://%2fvar%2frun%2fopenldap%2fslapd.sock'"
52 +OPTS="-F /etc/openldap/slapd.d -h 'ldaps:// ldap:// ldapi://%2fvar%2frun%2fopenldap%2fslapd.sock'"
53 </pre>
54
55 <p>