nightmorph 08/05/02 04:24:03 Modified: ldapdns-guide.xml Log: some path fixes for bug 220007. some were in <pre>s, so i revbumped the doc too.
Revision Changes Path 1.6 xml/htdocs/doc/en/ldapdns-guide.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ldapdns-guide.xml?rev=1.6&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ldapdns-guide.xml?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ldapdns-guide.xml?r1=1.5&r2=1.6 Index: ldapdns-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldapdns-guide.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ldapdns-guide.xml 29 Nov 2006 15:48:57 -0000 1.5 +++ ldapdns-guide.xml 2 May 2008 04:24:03 -0000 1.6 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldapdns-guide.xml,v 1.5 2006/11/29 15:48:57 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldapdns-guide.xml,v 1.6 2008/05/02 04:24:03 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -24,8 +24,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>0.2</version> -<date>2006-03-25</date> +<version>0.3</version> +<date>2008-05-01</date> <chapter> <title>Introduction</title> @@ -128,7 +128,7 @@ </p> <pre caption="Example ldapdns-conf run"> -# <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> +# <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> </pre> <p> @@ -180,11 +180,11 @@ <p> Now we need to configure OpenLDAP with the DNS schema. Open up -<path>/etc/openldap/sldap.conf</path> with your favorite editor and make sure +<path>/etc/openldap/slapd.conf</path> with your favorite editor and make sure the following three lines are listed: </p> -<pre caption="Editing /etc/openldap/sldap.conf"> +<pre caption="Editing /etc/openldap/slapd.conf"> include /etc/openldap/schema/cosine.schema include /etc/openldap/schema/inetorgperson.schema include /etc/openldap/schema/nis.schema -- [email protected] mailing list
