mise en place d'une auto creation des groupes sur le modele LDAP-Open
This commit is contained in:
@ -203,6 +203,23 @@ parameters:
|
||||
scribe_master: false
|
||||
%end if
|
||||
|
||||
%if %%getVar("ninegate_ldaptemplate", 'non') == "open"
|
||||
openldapreqniveau01: %%ninegate_openldapreqniveau01
|
||||
|
||||
%if %%getVar("ninegate_openldapsynchrogroup", 'non') == "oui"
|
||||
openldapsynchrogroup: true
|
||||
openldapreqgroup: %%ninegate_openldapreqgroup
|
||||
%else
|
||||
openldapsynchrogroup: false
|
||||
openldapreqgroup:
|
||||
%end if
|
||||
%else
|
||||
openldapreqniveau01:
|
||||
openldapsynchrogroup: false
|
||||
openldapreqgroup:
|
||||
%end if
|
||||
|
||||
|
||||
|
||||
# Activation Widget
|
||||
%if %%getVar("ninegate_activate_widadminer", 'non') == "oui"
|
||||
|
Reference in New Issue
Block a user