You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2014/03/03 21:10:33 UTC

svn commit: r1573726 - /vcl/site/trunk/content/docs/ldapauth.mdtext

Author: jfthomps
Date: Mon Mar  3 20:10:32 2014
New Revision: 1573726

URL: http://svn.apache.org/r1573726
Log:
added info about debug script

Modified:
    vcl/site/trunk/content/docs/ldapauth.mdtext

Modified: vcl/site/trunk/content/docs/ldapauth.mdtext
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/ldapauth.mdtext?rev=1573726&r1=1573725&r2=1573726&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/ldapauth.mdtext (original)
+++ vcl/site/trunk/content/docs/ldapauth.mdtext Mon Mar  3 20:10:32 2014
@@ -244,4 +244,17 @@ The second gotcha is that VCL 
 caches a user's LDAP information for up to 24 hours. So, if you log in to VCL, then add 
 yourself to a group on your LDAP server, you will have to wait for up to 24 hours 
 before VCL looks up your LDAP information again. Alternatively, you can
-force a lookup on the **User Lookup** page.
\ No newline at end of file
+force a lookup on the **User Lookup** page.
+
+### Debugging LDAP Configuration
+If you run in to problems getting an LDAP configuration to work,
+you can download a [link text][1] and save it as generic.php (remove .txt
+from the name) somewhere you can access it on you web server. There
+are 5 variables at the top of the script that need to be set
+according to your site's configuration. There is a comment in the
+file explaining what each variable needs to be set to. Once you get
+the script to show you search results, you should have a good idea
+what you need to set the variables to in conf.php.
+
+
+  [1]: /docs/generic.php.txt "LDAP Debug Script"
\ No newline at end of file