From 831e57b29a616844ea0d181b05c2e2292f09af20 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Wed, 25 Mar 2020 11:51:52 +0100 Subject: [PATCH] fixing \n issue (for now) %pyeole.ssha.ssha_encode returns a value with a \n witch break ldif file --- tmpl/cadolesldap.ldif | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmpl/cadolesldap.ldif b/tmpl/cadolesldap.ldif index 62dacb4..bde9d53 100755 --- a/tmpl/cadolesldap.ldif +++ b/tmpl/cadolesldap.ldif @@ -62,5 +62,5 @@ displayname: Administrateur %%cadolesldap_organization givenname: Administrateur mail: %%system_mail_to siren: %%cadolesldap_niveau01siren -userpassword: %%pyeole.ssha.ssha_encode(%%cadolesldap_pwdadmin) niveau01: %%cadolesldap_niveau01name +userpassword: %%pyeole.ssha.ssha_encode(%%cadolesldap_pwdadmin)