From 9bc282743aa6cbceae054395ad6e12c435b63255 Mon Sep 17 00:00:00 2001 From: rubenb Date: Wed, 8 May 2024 16:45:01 +0200 Subject: [PATCH] scape block content in j2 --- roles/config-freeradius-totp/templates/ldap.j2 | 2 ++ 1 file changed, 2 insertions(+) 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 %}