Browse Source

checked, works for me

remotes/origin/stable4
Arthur Schiwon 14 years ago
parent
commit
86192c2f8d
  1. 1
      apps/user_ldap/lib_ldap.php

1
apps/user_ldap/lib_ldap.php

@ -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 );
if(!$ldapLogin) {
return false;

Loading…
Cancel
Save