Add admin_name, admin_password, user_name, user_password, var_name, and var_password variables to the yealink common config file.
This commit is contained in:
@@ -905,12 +905,18 @@ security.trust_certificates =
|
||||
#security.user_name.user = user23
|
||||
#security.user_password = user23:user23pwd
|
||||
#The following examples change the var's username to "var55" and the var's password to "var55pwd".
|
||||
#security.user_name.var = var55
|
||||
#security.user_password = var55:var55pwd
|
||||
security.user_name.user =
|
||||
security.user_name.admin =
|
||||
security.user_name.var =
|
||||
security.user_password =
|
||||
{if isset($user_name) }
|
||||
security.user_name.user = {$user_name}
|
||||
security.user_password = {$user_name}:{$user_password}
|
||||
{/if}
|
||||
{if isset($admin_name) }
|
||||
security.user_name.admin = {$admin_name}
|
||||
security.user_password = {$admin_name}:{$admin_password}
|
||||
{/if}
|
||||
{if isset($var_name) }
|
||||
security.user_name.var = {$var_name}
|
||||
security.user_password = {$var_name}:{$var_password}
|
||||
{/if}
|
||||
|
||||
#Enable or disable the 3-level permissions (open var); 0-Disabled (default), 1-Enabled;
|
||||
#Require reboot;
|
||||
|
||||
Reference in New Issue
Block a user