Standradport geändert
This commit is contained in:
parent
cea7419298
commit
2f55cb9934
@ -51,7 +51,7 @@ class LdapAuthService
|
|||||||
// Benötigte Werte aus der LDAP-Konfiguration auslesen.
|
// Benötigte Werte aus der LDAP-Konfiguration auslesen.
|
||||||
// Falls einzelne Werte fehlen, werden sinnvolle Standardwerte gesetzt.
|
// Falls einzelne Werte fehlen, werden sinnvolle Standardwerte gesetzt.
|
||||||
$server = (string)($this->config['server'] ?? '');
|
$server = (string)($this->config['server'] ?? '');
|
||||||
$port = (int)($this->config['port'] ?? 636);
|
$port = (int)($this->config['port'] ?? 389);
|
||||||
$domainSuffix = (string)($this->config['domain_suffix'] ?? '');
|
$domainSuffix = (string)($this->config['domain_suffix'] ?? '');
|
||||||
$timeout = (int)($this->config['timeout'] ?? 5);
|
$timeout = (int)($this->config['timeout'] ?? 5);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user