Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: ldapdns-guide.xml
Date: Fri, 02 May 2008 04:24:05
Message-Id: E1JrmoV-0008GA-7Y@stork.gentoo.org
1 nightmorph 08/05/02 04:24:03
2
3 Modified: ldapdns-guide.xml
4 Log:
5 some path fixes for bug 220007. some were in <pre>s, so i revbumped the doc too.
6
7 Revision Changes Path
8 1.6 xml/htdocs/doc/en/ldapdns-guide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ldapdns-guide.xml?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ldapdns-guide.xml?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ldapdns-guide.xml?r1=1.5&r2=1.6
13
14 Index: ldapdns-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldapdns-guide.xml,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- ldapdns-guide.xml 29 Nov 2006 15:48:57 -0000 1.5
21 +++ ldapdns-guide.xml 2 May 2008 04:24:03 -0000 1.6
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldapdns-guide.xml,v 1.5 2006/11/29 15:48:57 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldapdns-guide.xml,v 1.6 2008/05/02 04:24:03 nightmorph Exp $ -->
27
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 @@ -24,8 +24,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>0.2</version>
35 -<date>2006-03-25</date>
36 +<version>0.3</version>
37 +<date>2008-05-01</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -128,7 +128,7 @@
42 </p>
43
44 <pre caption="Example ldapdns-conf run">
45 -# <i>ldapdns-conf ldapdns dnslog /var/lib/ldapdns 127.0.0.1 ldapi://%2fvar%2frun%2fopenldap%2fsldapd.sock cn=Manager,dc=yourdomain ou=Machines,dc=yourdomain</i>
46 +# <i>ldapdns-conf ldapdns dnslog /var/lib/ldapdns 127.0.0.1 ldapi://%2fvar%2frun%2fopenldap%2fslapd.sock cn=Manager,dc=yourdomain ou=Machines,dc=yourdomain</i>
47 </pre>
48
49 <p>
50 @@ -180,11 +180,11 @@
51
52 <p>
53 Now we need to configure OpenLDAP with the DNS schema. Open up
54 -<path>/etc/openldap/sldap.conf</path> with your favorite editor and make sure
55 +<path>/etc/openldap/slapd.conf</path> with your favorite editor and make sure
56 the following three lines are listed:
57 </p>
58
59 -<pre caption="Editing /etc/openldap/sldap.conf">
60 +<pre caption="Editing /etc/openldap/slapd.conf">
61 include /etc/openldap/schema/cosine.schema
62 include /etc/openldap/schema/inetorgperson.schema
63 include /etc/openldap/schema/nis.schema
64
65
66
67 --
68 gentoo-doc-cvs@l.g.o mailing list