Add underscore between the words in the variables.
{$ldap_name_filter}
{$ldap_number_filter}
{$yealink_directory_setting_url}
This commit is contained in:
@@ -563,8 +563,8 @@ bw.directory_enable = 0
|
|||||||
#Configure the backlight time (in seconds). The valid values are: 1-Always on, 60 (default), 120, 300, 600, 1800.
|
#Configure the backlight time (in seconds). The valid values are: 1-Always on, 60 (default), 120, 300, 600, 1800.
|
||||||
security.trust_certificates = 0
|
security.trust_certificates = 0
|
||||||
phone_setting.backlight_time = 0
|
phone_setting.backlight_time = 0
|
||||||
ldap.name_filter = {$ldap_namefilter}
|
ldap.name_filter = {$ldap_name_filter}
|
||||||
ldap.number_filter = {$ldap_numberfilter}
|
ldap.number_filter = {$ldap_number_filter}
|
||||||
ldap.host = {$ldap_host}
|
ldap.host = {$ldap_host}
|
||||||
ldap.base = {$ldap_base}
|
ldap.base = {$ldap_base}
|
||||||
ldap.user = {$ldap_user}
|
ldap.user = {$ldap_user}
|
||||||
@@ -1559,7 +1559,7 @@ super_search.url =
|
|||||||
## Directory Setting ##
|
## Directory Setting ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
#Configure the access URL of the directory setting file.
|
#Configure the access URL of the directory setting file.
|
||||||
directory_setting.url ={$yealink_directory_settingurl}
|
directory_setting.url ={$yealink_directory_setting_url}
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## Configure the access URL of firmware ##
|
## Configure the access URL of firmware ##
|
||||||
|
|||||||
Reference in New Issue
Block a user