nightmorph 08/11/11 23:28:44 Modified: ldap-howto.xml Log: updates to the LDAP draft, bug 176075
Revision Changes Path 1.39 xml/htdocs/doc/en/ldap-howto.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ldap-howto.xml?rev=1.39&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ldap-howto.xml?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ldap-howto.xml?r1=1.38&r2=1.39 Index: ldap-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldap-howto.xml,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ldap-howto.xml 13 Sep 2008 01:08:38 -0000 1.38 +++ ldap-howto.xml 11 Nov 2008 23:28:44 -0000 1.39 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldap-howto.xml,v 1.38 2008/09/13 01:08:38 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldap-howto.xml,v 1.39 2008/11/11 23:28:44 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/ldap-howto.xml" disclaimer="draft"> @@ -31,8 +31,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1</version> -<date>2008-09-12</date> +<version>2</version> +<date>2008-11-11</date> <chapter> <title>Getting Started with OpenLDAP</title> @@ -106,7 +106,7 @@ <p> Interested users are encouraged to read the <uri -link="http://www.openldap.org/doc/admin21/">OpenLDAP Admin Guide</uri>. +link="http://www.openldap.org/doc/admin23/">OpenLDAP Admin Guide</uri>. </p> </body> @@ -152,11 +152,11 @@ </note> <p> -Lets first emerge all necessary components on our server: +Let's first emerge OpenLDAP: </p> <pre caption="Install OpenLDAP"> -# <i>emerge ">=net-nds/openldap-2.3.38" pam_ldap nss_ldap</i> +# <i>emerge openldap</i> </pre> <p> @@ -164,7 +164,7 @@ </p> <pre caption="Generate password"> -# slappasswd +# <i>slappasswd</i> New password: my-password Re-enter new password: my-password {SSHA}EzP6I82DZRnW+ou6lyiXHGxSpSOw2XO4 @@ -473,7 +473,8 @@ <p> You can start using the directory to authenticate users in apache/proftpd/qmail/samba. You can manage it with Webmin, which provides an -easy management interface. You can also use phpldapadmin, luma, diradm or lat. +easy management interface. You can also use phpldapadmin, luma, diradm, +jxplorer, or lat. </p> </body>
