[thelounge] vault_ldap_thelounge_password -> vault.ldap_thelounge_password
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
201dbd6ee0
commit
1ec1aeca90
|
@ -19,7 +19,7 @@ glob_thelounge:
|
||||||
url: "ldap://172.16.10.157"
|
url: "ldap://172.16.10.157"
|
||||||
primaryKey: "cn"
|
primaryKey: "cn"
|
||||||
rootDN: "cn=thelounge,ou=service-users,dc=crans,dc=org"
|
rootDN: "cn=thelounge,ou=service-users,dc=crans,dc=org"
|
||||||
rootPassword: "{{ vault_ldap_thelounge_password }}"
|
rootPassword: "{{ vault.ldap_thelounge_password }}"
|
||||||
filter: "(objectclass=inetOrgPerson)"
|
filter: "(objectclass=inetOrgPerson)"
|
||||||
base: "dc=crans,dc=org"
|
base: "dc=crans,dc=org"
|
||||||
scope: "sub"
|
scope: "sub"
|
||||||
|
|
Loading…
Reference in New Issue