diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2012-04-16 17:31:39 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2012-04-16 17:31:39 +0200 |
commit | 86192c2f8df27d2d4fd4e68b231861b8addcee70 (patch) | |
tree | 6e4af08c2dadb76efb86a350ba3381ef012d0009 /apps | |
parent | 9cd5221d47c9b849f7f797a2075a5c310aec4ed3 (diff) | |
download | nextcloud-server-86192c2f8df27d2d4fd4e68b231861b8addcee70.tar.gz nextcloud-server-86192c2f8df27d2d4fd4e68b231861b8addcee70.zip |
checked, works for me
Diffstat (limited to 'apps')
-rw-r--r-- | apps/user_ldap/lib_ldap.php | 1 |
1 files changed, 0 insertions, 1 deletions
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; |