From: Arthur Schiwon Date: Mon, 16 Apr 2012 15:31:39 +0000 (+0200) Subject: checked, works for me X-Git-Tag: v4.0.0beta~266 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=86192c2f8df27d2d4fd4e68b231861b8addcee70;p=nextcloud-server.git checked, works for me --- diff --git a/apps/user_ldap/lib_ldap.php b/apps/user_ldap/lib_ldap.php index eb6a7214c1c..ab815171b8d 100644 --- a/apps/user_ldap/lib_ldap.php +++ b/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;