config/config.php aktualisiert
Inserted default OU
This commit is contained in:
parent
9bc6b8d701
commit
69182e5378
@ -67,6 +67,8 @@ return [
|
|||||||
'script_dir' => __DIR__ . '/../scripts/powershell',
|
'script_dir' => __DIR__ . '/../scripts/powershell',
|
||||||
// Execution policy to pass to the PowerShell invocation
|
// Execution policy to pass to the PowerShell invocation
|
||||||
'execution_policy' => 'Bypass',
|
'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)
|
// For testing; if true, the scripts will run in dry-run mode (no real AD changes)
|
||||||
'dry_run' => false,
|
'dry_run' => false,
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user