Browse Source

fix(user_ldap): Fix a var name

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
tags/v27.1.10rc1
Côme Chilliet 1 month ago
parent
commit
762e159875
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/user_ldap/lib/Connection.php

+ 1
- 1
apps/user_ldap/lib/Connection.php View File

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