We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18dc983 + 762e159 commit 8fea595Copy full SHA for 8fea595
apps/user_ldap/lib/Connection.php
@@ -437,7 +437,7 @@ private function doSoftValidation() {
437
438
$backupPort = (int)$this->configuration->ldapBackupPort;
439
if ($backupPort <= 0) {
440
- $this->configuration->backupPort = $this->configuration->ldapPort;
+ $this->configuration->ldapBackupPort = $this->configuration->ldapPort;
441
}
442
443
//make sure empty search attributes are saved as simple, empty array
0 commit comments