config/config.php aktualisiert

Inserted default OU
This commit is contained in:
blaerf 2025-12-14 06:58:20 +00:00
parent 9bc6b8d701
commit 69182e5378

View File

@ -67,6 +67,8 @@ return [
'script_dir' => __DIR__ . '/../scripts/powershell',
// Execution policy to pass to the PowerShell invocation
'execution_policy' => 'Bypass',
// Default OU. IIS only has write access there.
'default_ou' => 'OU=WebAppUsers,DC=ITFA-PROJ-DOM,DC=local',
// For testing; if true, the scripts will run in dry-run mode (no real AD changes)
'dry_run' => false,
],