parametrer la synchro scribe (ref #183)
This commit is contained in:
@ -184,6 +184,20 @@ parameters:
|
||||
ldap_email: mail
|
||||
ldap_usersadmin: [admin]
|
||||
|
||||
# Template scribe
|
||||
%if %%getVar("ninegate_scribegroup", 'non') == "oui"
|
||||
scribe_group: true
|
||||
%else
|
||||
scribe_group: false
|
||||
%end if
|
||||
|
||||
%if %%getVar("ninegate_scribemaster", 'non') == "oui"
|
||||
scribe_master: true
|
||||
%else
|
||||
scribe_master: false
|
||||
%end if
|
||||
|
||||
|
||||
# Activation Widget
|
||||
%if %%getVar("ninegate_activate_widadminer", 'non') == "oui"
|
||||
activate_widadminer: true
|
||||
|
Reference in New Issue
Block a user