public/api/create_users_csv.php aktualisiert

Inserted default OU
This commit is contained in:
blaerf 2025-12-14 07:06:28 +00:00
parent a3bee1815f
commit 15e1be8db1

View File

@ -45,6 +45,7 @@ $payload = [
'delimiter' => $delimiter,
'has_header' => (bool)((int)$hasHeader),
'dry_run' => (bool)($config['powershell']['dry_run'] ?? false),
'default_ou' => (string)($config['powershell']['default_ou'] ?? ''),
];
// Save options as JSON as the input to the PS script