Added token to pandora auth conf

This commit is contained in:
Arturo Gonzalez 2017-11-14 12:36:32 +01:00
parent 6a71b9a359
commit 861e112cec
1 changed files with 2 additions and 0 deletions

View File

@ -325,6 +325,8 @@ function config_update_config () {
$error_update[] = __('Advanced Config AD');
if (!config_update_value ('ldap_advanced_config', get_parameter ('ldap_advanced_config')))
$error_update[] = __('Advanced Config LDAP');
if (!config_update_value ('ldap_no_create_password', get_parameter ('ldap_no_create_password')))
$error_update[] = __('No create password LDAP');
if (!config_update_value ('ad_domain', get_parameter ('ad_domain')))
$error_update[] = __('Domain');
if (!config_update_value ('ad_adv_perms', get_parameter ('ad_adv_perms')))