From 7d3343ce77f9295bfe99c95f04ba9fc392a3f0e4 Mon Sep 17 00:00:00 2001 From: blaerf Date: Fri, 21 Nov 2025 06:34:48 +0100 Subject: [PATCH] =?UTF-8?q?Konfigurationswerte=20f=C3=BCr=20LDAP=20Dienstk?= =?UTF-8?q?onto=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/config.php b/config/config.php index 3578ba1..a17c805 100644 --- a/config/config.php +++ b/config/config.php @@ -18,6 +18,9 @@ return [ // Optional: Timeout in Sekunden 'timeout' => 5, + + 'bind_dn' => 'CN=Service IIS,OU=WebAppUsers,DC=ITFA-PROJ-DOM,DC=local', + 'bind_password' => '$7aE!R$l$D!p1Q9l458K8@O6&', ], 'security' => [