Author: jfthomps
Date: Thu Mar 17 13:48:15 2011
New Revision: 1082488
URL: http://svn.apache.org/viewvc?rev=1082488&view=rev
Log:
VCL-434
added one line to 'Tweak if your LDAP server has users in multiple containers'
section
Modified:
incubator/vcl/trunk/INSTALLATION
Modified: incubator/vcl/trunk/INSTALLATION
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/INSTALLATION?rev=1082488&r1=1082487&r2=1082488&view=diff
==============================================================================
--- incubator/vcl/trunk/INSTALLATION (original)
+++ incubator/vcl/trunk/INSTALLATION Thu Mar 17 13:48:15 2011
@@ -865,6 +865,7 @@ IV. Adding LDAP authentication
the beginning of the line containing 'EXAMPLE1 LDAP', and removing the
'*/' at the end of the else that is before
'$ldapuser = sprintf($authMechs[]'userid', $userid);'
+ * change 'EXAMPLE1 LDAP' to match what you changed it to in
step 3
* Look for the line containing 'cn=$userid'. If you use 'cn' to look up
userids in your LDAP server, the line is fine as is. If you use
something else, such as 'uid', change 'cn' to 'uid' or whatever is
used