checked, works for me

This commit is contained in:
Arthur Schiwon 2012-04-16 17:31:39 +02:00
parent 9cd5221d47
commit 86192c2f8d
1 changed files with 0 additions and 1 deletions

View File

@ -177,7 +177,6 @@ class OC_LDAP {
} }
} }
//TODO: Check if it works. Before, it was outside the resource-condition
$ldapLogin = @ldap_bind(self::$ldapConnectionRes, self::$ldapAgentName, self::$ldapAgentPassword ); $ldapLogin = @ldap_bind(self::$ldapConnectionRes, self::$ldapAgentName, self::$ldapAgentPassword );
if(!$ldapLogin) { if(!$ldapLogin) {
return false; return false;