fixing \n issue (for now)

%pyeole.ssha.ssha_encode returns a value with a \n witch break ldif file
This commit is contained in:
Philippe Caseiro 2020-03-25 11:51:52 +01:00
parent fd81b39b7f
commit 831e57b29a
1 changed files with 1 additions and 1 deletions

View File

@ -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)