swift 05/04/07 16:39:29 Modified: xml/htdocs/doc/en ldap-howto.xml Log: #87930 - Add note about ssh versus su issues
Revision Changes Path 1.24 +9 -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.24&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.24&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.23&r2=1.24&cvsroot=gentoo Index: ldap-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldap-howto.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ldap-howto.xml 6 Apr 2005 09:40:00 -0000 1.23 +++ ldap-howto.xml 7 Apr 2005 16:39:29 -0000 1.24 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldap-howto.xml,v 1.23 2005/04/06 09:40:00 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldap-howto.xml,v 1.24 2005/04/07 16:39:29 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/ldap-howto.xml"> @@ -28,8 +28,8 @@ <license/> -<version>0.16</version> -<date>2005-03-29</date> +<version>0.17</version> +<date>2005-04-07</date> <chapter> <title>Getting Started with OpenLDAP</title> @@ -344,6 +344,12 @@ session optional /lib/security/pam_ldap.so </pre> +<note> +If you find that login on using ssh on these system fails, try interchanging the +two <c>auth sufficient</c> lines. However, you might find that <c>su</c> and +other tools refuse to function correctly if you do. +</note> + <p> Now change <path>/etc/ldap.conf</path> to read: </p> -- [email protected] mailing list
