From e0121ea75e85db681b4c7e50aa73b0b519c4d989 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon <blizzz@owncloud.com> Date: Thu, 26 Jul 2012 13:45:32 +0200 Subject: [PATCH] LDAP: some cleanup --- apps/user_ldap/user_ldap.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/user_ldap/user_ldap.php b/apps/user_ldap/user_ldap.php index a4a8921d08..61f84047f1 100644 --- a/apps/user_ldap/user_ldap.php +++ b/apps/user_ldap/user_ldap.php @@ -27,9 +27,6 @@ namespace OCA\user_ldap; class USER_LDAP extends lib\Access implements \OCP\UserInterface { - // will be retrieved from LDAP server - protected $ldap_dc = false; - // cache getUsers() protected $_users = null; -- GitLab