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:
Mark Crane
2014-01-20 11:21:42 +00:00
parent f9d7fcc3fc
commit cd785dcf45
9 changed files with 128 additions and 72 deletions
@@ -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;