swift 05/10/21 20:43:52 Modified: xml/htdocs/doc/en ldap-howto.xml Log: #105611 - Fix for permission problem thanks to Bernard Guillot
Revision Changes Path 1.31 +4 -3 xml/htdocs/doc/en/ldap-howto.xml 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 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 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 Index: ldap-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldap-howto.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ldap-howto.xml 11 Oct 2005 20:06:19 -0000 1.30 +++ ldap-howto.xml 21 Oct 2005 20:43:52 -0000 1.31 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldap-howto.xml,v 1.30 2005/10/11 20:06:19 fox2mike Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldap-howto.xml,v 1.31 2005/10/21 20:43:52 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/ldap-howto.xml"> @@ -30,8 +30,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>0.20</version> -<date>2005-10-08</date> +<version>0.21</version> +<date>2005-10-21</date> <chapter> <title>Getting Started with OpenLDAP</title> @@ -215,6 +215,7 @@ # <i>cd /etc/ssl</i> # <i>openssl req -config /etc/ssl/openssl.cnf -new -x509 -nodes -out \ ldap.pem -keyout /etc/openldap/ssl/ldap.pem -days 999999</i> +# <i>chown ldap:ldap /etc/openldap/ssl/ldap.pem</i> </pre> <p> -- [email protected] mailing list
