swift 05/06/10 18:32:09 Modified: xml/htdocs/doc/en ldap-howto.xml Log: #90034 - Need to copy over openldap ldap.conf as well
Revision Changes Path 1.27 +15 -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.27&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.27&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.26&r2=1.27&cvsroot=gentoo Index: ldap-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldap-howto.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ldap-howto.xml 6 Jun 2005 15:13:04 -0000 1.26 +++ ldap-howto.xml 10 Jun 2005 18:32:09 -0000 1.27 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldap-howto.xml,v 1.26 2005/06/06 15:13:04 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldap-howto.xml,v 1.27 2005/06/10 18:32:09 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/ldap-howto.xml"> @@ -26,10 +26,12 @@ OpenLDAP for authentication purposes between a group of Gentoo boxes. </abstract> +<!-- The content of this document is licensed under the CC-BY-SA license --> +<!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>0.18.1</version> -<date>2005-06-06</date> +<version>0.18.2</version> +<date>2005-06-10</date> <chapter> <title>Getting Started with OpenLDAP</title> @@ -380,6 +382,16 @@ </pre> <p> +Next, copy over the (OpenLDAP) <path>ldap.conf</path> file from the server to +the client so the clients are aware of the LDAP environment: +</p> + +<pre caption="Copying over the OpenLDAP ldap.conf"> +<comment>(Substitute ldap-server with your LDAP server name)</comment> +# <i>scp ldap-server:/etc/openldap/ldap.conf /etc/openldap</i> +</pre> + +<p> Finally, configure your clients so that they check the LDAP for system accounts: </p> -- [email protected] mailing list
