removed the ou from usercreation because they only should be created in the correct OU for our webservice
This commit is contained in:
parent
eff871ca37
commit
532f76a754
@ -74,11 +74,6 @@ declare(strict_types=1);
|
||||
<input type="password" class="form-control" id="password" name="password" required>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="ou">Organisationseinheit (OU) — optional</label>
|
||||
<input type="text" class="form-control" id="ou" name="ou" placeholder="OU=Users,DC=example,DC=local">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="groups">Gruppen (kommagetrennt, optional)</label>
|
||||
<input type="text" class="form-control" id="groups" name="groups" placeholder="Domain Users,IT-Staff">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user