fix(user_ldap): Fix a var name

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet 3 weeks ago committed by backportbot[bot]
parent 6a045e379f
commit bb65e70675

@ -437,7 +437,7 @@ class Connection extends LDAPUtility {
$backupPort = (int)$this->configuration->ldapBackupPort;
if ($backupPort <= 0) {
$this->configuration->backupPort = $this->configuration->ldapPort;
$this->configuration->ldapBackupPort = $this->configuration->ldapPort;
}
//make sure empty search attributes are saved as simple, empty array

Loading…
Cancel
Save