modified the master_ldap_uri to use a ndd

This commit is contained in:
fpoutre 2020-02-20 19:08:09 +01:00
parent c0692c9ea8
commit b7b32dc496
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ ansible_python_interpreter: /usr/bin/python3
# You can hash LDAP passwords with `slappasswd` tool # You can hash LDAP passwords with `slappasswd` tool
ldap_base: 'dc=auro,dc=re' ldap_base: 'dc=auro,dc=re'
ldap_master_ipv4: '10.128.0.11' ldap_master_ipv4: '10.128.0.11'
ldap_master_uri: "ldap://{{ ldap_master_ipv4 }}" ldap_master_uri: "ldap://re2o-ldap.adm.auro.re"
ldap_user_tree: "cn=Utilisateurs,{{ ldap_base }}" ldap_user_tree: "cn=Utilisateurs,{{ ldap_base }}"
ldap_nslcd_bind_dn: "cn=nslcd,ou=service-users,{{ ldap_base }}" ldap_nslcd_bind_dn: "cn=nslcd,ou=service-users,{{ ldap_base }}"
ldap_nslcd_passwd: "{{ vault_ldap_nslcd_passwd }}" ldap_nslcd_passwd: "{{ vault_ldap_nslcd_passwd }}"