Files
ansible_new_ldap_user/defaults/main.yml
T
2026-06-20 19:12:48 +02:00

9 lines
251 B
YAML

---
# defaults file for tco.new_ldap_user
nlu_dn_attribute: email
nlu_ldap_base: "{{ ldap_base }}"
nlu_ldap_binddn: "{{ ldap_binddn }}"
nlu_ldap_bindpw: "{{ ldap_bindpwd }}"
nlu_ldap_uri: ldapi:///
nlu_ldap_user_dn: "ou={{ org }},{{ nlu_ldap_base }}"