Gentoo Archives: gentoo-commits

From: "Tobias Heinlein (keytoaster)" <keytoaster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/de: ldap-howto.xml
Date: Wed, 31 Mar 2010 09:33:57
Message-Id: E1NwuJ7-00045m-SN@stork.gentoo.org
1 keytoaster 10/03/31 09:33:53
2
3 Modified: ldap-howto.xml
4 Log:
5 Sync to 1.41
6
7 Revision Changes Path
8 1.4 xml/htdocs/doc/de/ldap-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/ldap-howto.xml?rev=1.4&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/ldap-howto.xml?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/ldap-howto.xml?r1=1.3&r2=1.4
13
14 Index: ldap-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/ldap-howto.xml,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- ldap-howto.xml 12 Nov 2008 20:04:45 -0000 1.3
21 +++ ldap-howto.xml 31 Mar 2010 09:33:53 -0000 1.4
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/ldap-howto.xml,v 1.3 2008/11/12 20:04:45 keytoaster Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/ldap-howto.xml,v 1.4 2010/03/31 09:33:53 keytoaster Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <!-- English CVS Version: 1.39 -->
29 @@ -22,6 +22,9 @@
30 <author title="Bearbeiter">
31 <mail link="jokey"/>
32 </author>
33 +<author title="Bearbeiter">
34 + <mail link="nightmorph"/>
35 +</author>
36 <author title="Übersetzer">
37 <mail link="keytoaster"/>
38 </author>
39 @@ -36,8 +39,8 @@
40 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
41 <license/>
42
43 -<version>2</version>
44 -<date>2008-11-11</date>
45 +<version>3</version>
46 +<date>2010-02-22</date>
47
48 <chapter>
49 <title>Starten mit OpenLDAP</title>
50 @@ -97,9 +100,9 @@
51 |
52 dc: genfic <comment>(Organisation)</comment>
53 / \
54 -ou: people servers <comment>(Organisatorische Einheiten)</comment>
55 +ou: People servers <comment>(Organisatorische Einheiten)</comment>
56 / \ ..
57 -uid: .. jhon <comment>(OE-spezifische Daten)</comment>
58 +uid: .. John <comment>(OE-spezifische Daten)</comment>
59 </pre>
60
61 <p>
62 @@ -113,7 +116,7 @@
63
64 <p>
65 Interessierte Benutzer werden dazu ermutigt, <uri
66 -link="http://www.openldap.org/doc/admin23/">OpenLDAP Admin Guide</uri> zu lesen.
67 +link="http://www.openldap.org/doc/admin24/">OpenLDAP Admin Guide</uri> zu lesen.
68 </p>
69
70 </body>
71 @@ -146,7 +149,6 @@
72 </section>
73 </chapter>
74
75 -
76 <chapter>
77 <title>Konfiguration von OpenLDAP</title>
78 <section>
79 @@ -430,7 +432,7 @@
80
81 <pre caption="/etc/openldap/slapd.conf">
82 access to *
83 - by dn="uid=root,ou=people,dc=genfic,dc=com" write
84 + by dn="uid=root,ou=People,dc=genfic,dc=com" write
85 by users read
86 by anonymous auth
87
88 @@ -453,7 +455,7 @@
89
90 <pre caption="/etc/openldap/slapd.conf">
91 access to attrs="userPassword"
92 - by dn="uid=root,ou=people,dc=genfic,dc=com" write
93 + by dn="uid=root,ou=People,dc=genfic,dc=com" write
94 by dn="uid=John,ou=People,dc=genfic,dc=com" write
95 by anonymous auth
96 by self write
97 @@ -461,6 +463,7 @@
98
99 access to *
100 by dn="uid=root,ou=People,dc=genfic,dc=com" write
101 + by dn="uid=John,ou=People,dc=genfic,dc=com" write
102 by * search
103 </pre>
104
105 @@ -488,7 +491,7 @@
106 Sie können damit anfangen, das Verzeichnis zu benutzen, um Benutzer in
107 apache/proftpd/qmail/samba zu authentifizieren. Sie können es mit Webmin
108 verwalten, welches eine einfache Verwaltungsschnittstelle bereitstellt. Sie
109 -können auch phpldapadmin, luma, diradm, jxplorer oder lat verwenden.
110 +können auch phpldapadmin, diradm, jxplorer oder lat verwenden.
111 </p>
112
113 </body>
114 @@ -508,6 +511,5 @@
115
116 </body>
117 </section>
118 -
119 </chapter>
120 </guide>