mirror of
https://github.com/nextcloud/server.git
synced 2026-06-07 15:53:04 -04:00
Merge pull request #45108 from nextcloud/backport/fix-ldap-var-name-backup-port
[stable29] fix(user_ldap): Fix a var name
This commit is contained in:
commit
ce97f98a87
1 changed files with 1 additions and 1 deletions
|
|
@ -438,7 +438,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…
Reference in a new issue