Gentoo Archives: gentoo-doc-cvs

From: swift <swift@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: ldap-howto.xml
Date: Fri, 21 Oct 2005 20:43:44
Message-Id: 200510212041.j9LKfL7R021499@robin.gentoo.org
1 swift 05/10/21 20:43:52
2
3 Modified: xml/htdocs/doc/en ldap-howto.xml
4 Log:
5 #105611 - Fix for permission problem thanks to Bernard Guillot
6
7 Revision Changes Path
8 1.31 +4 -3 xml/htdocs/doc/en/ldap-howto.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/ldap-howto.xml?rev=1.31&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/ldap-howto.xml?rev=1.31&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/ldap-howto.xml.diff?r1=1.30&r2=1.31&cvsroot=gentoo
13
14 Index: ldap-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldap-howto.xml,v
17 retrieving revision 1.30
18 retrieving revision 1.31
19 diff -u -r1.30 -r1.31
20 --- ldap-howto.xml 11 Oct 2005 20:06:19 -0000 1.30
21 +++ ldap-howto.xml 21 Oct 2005 20:43:52 -0000 1.31
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldap-howto.xml,v 1.30 2005/10/11 20:06:19 fox2mike Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldap-howto.xml,v 1.31 2005/10/21 20:43:52 swift Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/ldap-howto.xml">
29 @@ -30,8 +30,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>0.20</version>
34 -<date>2005-10-08</date>
35 +<version>0.21</version>
36 +<date>2005-10-21</date>
37
38 <chapter>
39 <title>Getting Started with OpenLDAP</title>
40 @@ -215,6 +215,7 @@
41 # <i>cd /etc/ssl</i>
42 # <i>openssl req -config /etc/ssl/openssl.cnf -new -x509 -nodes -out \
43 ldap.pem -keyout /etc/openldap/ssl/ldap.pem -days 999999</i>
44 +# <i>chown ldap:ldap /etc/openldap/ssl/ldap.pem</i>
45 </pre>
46
47 <p>
48
49
50
51 --
52 gentoo-doc-cvs@g.o mailing list