add default valut for dn value

This commit is contained in:
2024-09-23 16:56:47 +02:00
parent 88828eed33
commit 15914b17b7
2 changed files with 8 additions and 6 deletions

View File

@@ -10,12 +10,13 @@ keepass entry for opendoor/collidine_ldap_password
Role Variables Role Variables
-------------- --------------
org: no default
ldap_base - from group variables * org: no default
nlu_dn_attribute - TODO: defaults override host var in this case ? firstname or email * ldap_base - from group variables
binddn - from group variables * nlu_dn_attribute - firstname or email - default to email
bindpwd - from group variables * binddn - from group variables
file : default account.csv csv file containing user to create: * bindpwd - from group variables
* file : default account.csv csv file containing user to create:
```csv ```csv
firstname,lastname,email,[password] firstname,lastname,email,[password]

View File

@@ -1,2 +1,3 @@
--- ---
# defaults file for tco.new_ldap_user # defaults file for tco.new_ldap_user
nlu_dn_attribute: email