mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
typo in function call
This commit is contained in:
parent
25d0c05d56
commit
afbb5cb459
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ class OC_USER_LDAP extends OC_User_Backend {
|
|||
if(!$this->configured){
|
||||
return false;
|
||||
}
|
||||
$dn = $this->getDn($uid);
|
||||
$dn = $this->getDc($uid);
|
||||
return !empty($dn);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue