cadolesAD
This commit is contained in:
@ -115,6 +115,7 @@ parameters:
|
||||
%end if
|
||||
|
||||
# Information de base de l'annuaire
|
||||
ldap_type: %%getVar("ninegate_ldaptype", 'LDAP')
|
||||
ldap_host: ldap://%%adresse_ip_ldap
|
||||
ldap_port: %%ldap_port
|
||||
%if %%getVar("ldap_tls","non") == "oui"
|
||||
@ -519,6 +520,14 @@ parameters:
|
||||
user_attr_cas_group:
|
||||
%end if
|
||||
|
||||
%if %%getVar("ninegate_ssosynchroitem", 'non') == "oui"
|
||||
ssosynchroitem: true
|
||||
user_attr_cas_item: %%ninegate_ssoreqitem
|
||||
%else
|
||||
ssosynchroitem: false
|
||||
user_attr_cas_item:
|
||||
%end if
|
||||
|
||||
%if %%is_defined("ninegate_smtpport")
|
||||
mailer_port: '%%ninegate_smtpport'
|
||||
mailer_encryption: %%ninegate_smtpencryption
|
||||
|
Reference in New Issue
Block a user