This commit is contained in:
afornerot 2020-09-21 10:54:03 +02:00
parent 9a4760601f
commit 9947b7db23
1 changed files with 4 additions and 0 deletions

View File

@ -184,7 +184,11 @@ parameters:
ldap_firstname: givenname
ldap_lastname: sn
ldap_email: mail
%if %%getVar("activer_addadmin", 'non') == "oui"
ldap_usersadmin: [admin,%%uid_addadmin]
%else
ldap_usersadmin: [admin]
%end if
# Template scribe
%if %%getVar("ninegate_scribegroup", 'non') == "oui"