2admin
This commit is contained in:
parent
9a4760601f
commit
9947b7db23
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue