mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 01:28:08 -04:00
LDAP: some cleanup
This commit is contained in:
parent
b893aa9567
commit
e0121ea75e
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue