LDAP: some cleanup

This commit is contained in:
Arthur Schiwon 2012-07-26 13:45:32 +02:00
parent b893aa9567
commit e0121ea75e

View file

@ -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;