public/api/create_users_csv.php aktualisiert
Inserted default OU
This commit is contained in:
parent
a3bee1815f
commit
15e1be8db1
@ -45,6 +45,7 @@ $payload = [
|
|||||||
'delimiter' => $delimiter,
|
'delimiter' => $delimiter,
|
||||||
'has_header' => (bool)((int)$hasHeader),
|
'has_header' => (bool)((int)$hasHeader),
|
||||||
'dry_run' => (bool)($config['powershell']['dry_run'] ?? false),
|
'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
|
// Save options as JSON as the input to the PS script
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user