diff --git a/roles/config-freeradius-totp/templates/ldap.j2 b/roles/config-freeradius-totp/templates/ldap.j2 index cfb346e..e7d33fd 100644 --- a/roles/config-freeradius-totp/templates/ldap.j2 +++ b/roles/config-freeradius-totp/templates/ldap.j2 @@ -1,3 +1,4 @@ +{% raw %} ldap { server = 'ldap.verdnatura.es' identity = 'cn=admin,dc=verdnatura,dc=es' @@ -58,3 +59,4 @@ ldap { idle_timeout = 60 } } +{% endraw %}