Added token to pandora auth conf
This commit is contained in:
parent
6a71b9a359
commit
861e112cec
|
@ -325,6 +325,8 @@ function config_update_config () {
|
||||||
$error_update[] = __('Advanced Config AD');
|
$error_update[] = __('Advanced Config AD');
|
||||||
if (!config_update_value ('ldap_advanced_config', get_parameter ('ldap_advanced_config')))
|
if (!config_update_value ('ldap_advanced_config', get_parameter ('ldap_advanced_config')))
|
||||||
$error_update[] = __('Advanced Config LDAP');
|
$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')))
|
if (!config_update_value ('ad_domain', get_parameter ('ad_domain')))
|
||||||
$error_update[] = __('Domain');
|
$error_update[] = __('Domain');
|
||||||
if (!config_update_value ('ad_adv_perms', get_parameter ('ad_adv_perms')))
|
if (!config_update_value ('ad_adv_perms', get_parameter ('ad_adv_perms')))
|
||||||
|
|
Loading…
Reference in New Issue