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 2009/11/12 22:27:04 UTC

svn commit: r835559 - /incubator/vcl/trunk/INSTALLATION

Author: jfthomps
Date: Thu Nov 12 21:27:04 2009
New Revision: 835559

URL: http://svn.apache.org/viewvc?rev=835559&view=rev
Log:
added note about php-ldap being a prerequisite for adding ldap authentication

Modified:
    incubator/vcl/trunk/INSTALLATION

Modified: incubator/vcl/trunk/INSTALLATION
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/INSTALLATION?rev=835559&r1=835558&r2=835559&view=diff
==============================================================================
--- incubator/vcl/trunk/INSTALLATION (original)
+++ incubator/vcl/trunk/INSTALLATION Thu Nov 12 21:27:04 2009
@@ -434,6 +434,9 @@
 
 V. Adding LDAP authentication
 
+Prerequisites:
+make sure you have php-ldap installed
+
 1) fill in the necessary information in vcl/.ht-inc/conf.php
 2) add an entry to the affiliation table and use the id for that entry as 'affiliationid' for your new entry in vcl/.ht-inc/conf.php
 3) uncomment the 'require_once(".ht-inc/authmethods/ldapauth.php");' line in in vcl/.ht-inc/conf.php