Author: jfthomps
Date: Wed May 16 17:52:35 2012
New Revision: 1339285
URL: http://svn.apache.org/viewvc?rev=1339285&view=rev
Log:
VCL-576
Finalizing for 2.3 release
authentication.php: modified ldapLogin - fixed tab/spacing from last commit
Modified:
incubator/vcl/trunk/web/.ht-inc/authentication.php
Modified: incubator/vcl/trunk/web/.ht-inc/authentication.php
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/web/.ht-inc/authentication.php?rev=1339285&r1=1339284&r2=1339285&view=diff
==============================================================================
--- incubator/vcl/trunk/web/.ht-inc/authentication.php (original)
+++ incubator/vcl/trunk/web/.ht-inc/authentication.php Wed May 16 17:52:35 2012
@@ -375,7 +375,7 @@ function ldapLogin($authtype, $userid, $
ldap_set_option($ds, LDAP_OPT_PROTOCOL_VERSION, 3);
ldap_set_option($ds, LDAP_OPT_REFERRALS, 0);
if(array_key_exists('lookupuserbeforeauth', $authMechs[$authtype]) &&
- $authMechs[$authtype]['lookupuserbeforeauth'] &&
+ $authMechs[$authtype]['lookupuserbeforeauth'] &&
array_key_exists('lookupuserfield', $authMechs[$authtype])) {
# in this case, we have to look up what part of the tree the
user is in
# before we can actually look up the user