added group support

This commit is contained in:
2025-09-17 11:36:24 +02:00
parent 15914b17b7
commit 76fab810b0
3 changed files with 22 additions and 15 deletions

View File

@@ -19,10 +19,12 @@ Role Variables
* file : default account.csv csv file containing user to create:
```csv
firstname,lastname,email,[password]
firstname,lastname,email,[password][grou]
```
password field optionnal - if empty will be generated automatically - WIP
password field optionnal - if empty will be generated automatically
group field optionnal - if not empty, user dn will be put as "member" of cn=group,org,basedn
keep the final comma, though !