swift 05/09/20 18:26:04 Modified: xml/htdocs/doc/en/draft ldapdns-guide.xml Log: Update from #67932
Revision Changes Path 1.2 +19 -48 xml/htdocs/doc/en/draft/ldapdns-guide.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/ldapdns-guide.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/ldapdns-guide.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/ldapdns-guide.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo Index: ldapdns-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/ldapdns-guide.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ldapdns-guide.xml 25 Jul 2005 17:19:26 -0000 1.1 +++ ldapdns-guide.xml 20 Sep 2005 18:26:03 -0000 1.2 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/ldapdns-guide.xml,v 1.1 2005/07/25 17:19:26 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/ldapdns-guide.xml,v 1.2 2005/09/20 18:26:03 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -193,58 +193,14 @@ <p> Bootstrap LDAP with the base dn you defined previously with <c>ldapdns-conf</c>. To accomplish this, we first create a file called <path>bootstrap.ldif</path> -(it is just a name) and have it contain the following information: -</p> - -<pre caption="Creating bootstrap.ldif"> -dn: dc=<i>yourdomain</i> -objectclass: dcObject -objectclass: organization -o: Example company -dc: example - -dn: cn=Manager,dc=<i>yourdomain</i> -objectclass: organizationalRole -cn: Manager -</pre> - -<p> -Add DNS entries to build up a tree like this: -</p> - -<pre caption="DNS tree for your domain"> -dc=example,dc=com -`- ou=Machines - `- dc=yourdomain -</pre> - -<p> -Now add a DNS record for the domain itself: -</p> - -<pre caption="Adding attributes to dc=yourdomain,ou=Machines,dc=yourdomain"> -associatedDomain = yourdomain -nSRecord = ns1.yourdomain -sOARecord = n1.yourdomain [EMAIL PROTECTED] 2004101701 1800 3600 604800 84600 -</pre> - -<p> -The first number is the serial number using the YYYYMMDDNN syntax where NN is a -counter used for multiple updates a day. +(it is just a name) which we fill up with DNS information. </p> <p> -This will give you a base tree for the domain <c>yourdomain</c>. Now add an -entry for each machine, starting with the one for your name server itself -(ns1.yourdomain): +As an example, we provide a <uri link="bootstrap.ldif.txt">bootstrap.ldif</uri> +file for a fictuous domain <c>cherchetoujours.org</c>. </p> -<pre caption="DNS entry for a single machine"> -dn=ns1,dc=yourdomain,ou=Machines,dc=yourdomain - aRecord = <comment>(IP address of the system)</comment> - associatedDomain = n1.yourdomain -</pre> - <p> Now bootstrap your LDAP with this information: </p> @@ -283,4 +239,19 @@ </section> </chapter> +<chapter> +<title>Resources</title> +<section> +<body> + +<p> +The <uri +link="http://cvs.lp.se/doc/ldapdns/README.configure.gz">README.configure.gz</uri> +file for the ldapdns project. +</p> + +</body> +</section> +</chapter> + </guide> -- [email protected] mailing list
