structure/first-structure #1

Merged
taarly merged 19 commits from structure/first-structure into main 2025-11-17 14:00:02 +00:00
Showing only changes of commit 2f55cb9934 - Show all commits

View File

@ -51,7 +51,7 @@ class LdapAuthService
// Benötigte Werte aus der LDAP-Konfiguration auslesen.
// Falls einzelne Werte fehlen, werden sinnvolle Standardwerte gesetzt.
$server = (string)($this->config['server'] ?? '');
$port = (int)($this->config['port'] ?? 636);
$port = (int)($this->config['port'] ?? 389);
$domainSuffix = (string)($this->config['domain_suffix'] ?? '');
$timeout = (int)($this->config['timeout'] ?? 5);