Author: jfthomps
Date: Wed Sep 8 13:30:15 2010
New Revision: 995049
URL: http://svn.apache.org/viewvc?rev=995049&view=rev
Log:
modified ldapLogin - added call to addLoginLog in commented out "EXAMPLE1 LDAP"
section
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=995049&r1=995048&r2=995049&view=diff
==============================================================================
--- incubator/vcl/trunk/web/.ht-inc/authentication.php (original)
+++ incubator/vcl/trunk/web/.ht-inc/authentication.php Wed Sep 8 13:30:15 2010
@@ -389,6 +389,7 @@ function ldapLogin($authtype, $userid, $
if($search) {
$tmpdata = ldap_get_entries($ds, $search);
if(! $tmpdata['count'] || ! array_key_exists('dn',
$tmpdata[0])) {
+ addLoginLog($userid, $authtype,
$authMechs[$authtype]['affiliationid'], 0);
printLoginPageWithSkin($authtype);
return;
}