Gentoo Archives: gentoo-doc-cvs

From: swift <swift@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: ldapdns-guide.xml
Date: Tue, 20 Sep 2005 18:26:32
Message-Id: 200509201820.j8KIKTTv016051@robin.gentoo.org
1 swift 05/09/20 18:26:04
2
3 Modified: xml/htdocs/doc/en/draft ldapdns-guide.xml
4 Log:
5 Update from #67932
6
7 Revision Changes Path
8 1.2 +19 -48 xml/htdocs/doc/en/draft/ldapdns-guide.xml
9
10 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
11 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
12 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
13
14 Index: ldapdns-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/ldapdns-guide.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- ldapdns-guide.xml 25 Jul 2005 17:19:26 -0000 1.1
21 +++ ldapdns-guide.xml 20 Sep 2005 18:26:03 -0000 1.2
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/ldapdns-guide.xml,v 1.1 2005/07/25 17:19:26 swift Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/ldapdns-guide.xml,v 1.2 2005/09/20 18:26:03 swift Exp $ -->
27
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 @@ -193,58 +193,14 @@
31 <p>
32 Bootstrap LDAP with the base dn you defined previously with <c>ldapdns-conf</c>.
33 To accomplish this, we first create a file called <path>bootstrap.ldif</path>
34 -(it is just a name) and have it contain the following information:
35 -</p>
36 -
37 -<pre caption="Creating bootstrap.ldif">
38 -dn: dc=<i>yourdomain</i>
39 -objectclass: dcObject
40 -objectclass: organization
41 -o: Example company
42 -dc: example
43 -
44 -dn: cn=Manager,dc=<i>yourdomain</i>
45 -objectclass: organizationalRole
46 -cn: Manager
47 -</pre>
48 -
49 -<p>
50 -Add DNS entries to build up a tree like this:
51 -</p>
52 -
53 -<pre caption="DNS tree for your domain">
54 -dc=example,dc=com
55 -`- ou=Machines
56 - `- dc=yourdomain
57 -</pre>
58 -
59 -<p>
60 -Now add a DNS record for the domain itself:
61 -</p>
62 -
63 -<pre caption="Adding attributes to dc=yourdomain,ou=Machines,dc=yourdomain">
64 -associatedDomain = yourdomain
65 -nSRecord = ns1.yourdomain
66 -sOARecord = n1.yourdomain YourMail@address 2004101701 1800 3600 604800 84600
67 -</pre>
68 -
69 -<p>
70 -The first number is the serial number using the YYYYMMDDNN syntax where NN is a
71 -counter used for multiple updates a day.
72 +(it is just a name) which we fill up with DNS information.
73 </p>
74
75 <p>
76 -This will give you a base tree for the domain <c>yourdomain</c>. Now add an
77 -entry for each machine, starting with the one for your name server itself
78 -(ns1.yourdomain):
79 +As an example, we provide a <uri link="bootstrap.ldif.txt">bootstrap.ldif</uri>
80 +file for a fictuous domain <c>cherchetoujours.org</c>.
81 </p>
82
83 -<pre caption="DNS entry for a single machine">
84 -dn=ns1,dc=yourdomain,ou=Machines,dc=yourdomain
85 - aRecord = <comment>(IP address of the system)</comment>
86 - associatedDomain = n1.yourdomain
87 -</pre>
88 -
89 <p>
90 Now bootstrap your LDAP with this information:
91 </p>
92 @@ -283,4 +239,19 @@
93 </section>
94 </chapter>
95
96 +<chapter>
97 +<title>Resources</title>
98 +<section>
99 +<body>
100 +
101 +<p>
102 +The <uri
103 +link="http://cvs.lp.se/doc/ldapdns/README.configure.gz">README.configure.gz</uri>
104 +file for the ldapdns project.
105 +</p>
106 +
107 +</body>
108 +</section>
109 +</chapter>
110 +
111 </guide>
112
113
114
115 --
116 gentoo-doc-cvs@g.o mailing list