fix and test passwd j2

This commit is contained in:
Ruben Blanco 2024-05-08 16:55:26 +02:00
parent 1f92a76d42
commit ba0acc4e81
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
ldap { ldap {
server = 'ldap.verdnatura.es' server = 'ldap.verdnatura.es'
identity = 'cn=admin,dc=verdnatura,dc=es' identity = 'cn=admin,dc=verdnatura,dc=es'
password = {{ lookup('ansible.builtin.vault', 'bindradiusldap_password') }} password = {{ bindradiusldap_password }}
base_dn = 'dc=verdnatura,dc=es' base_dn = 'dc=verdnatura,dc=es'
user_dn = "LDAP-UserDn" user_dn = "LDAP-UserDn"
update { update {