MSM7xx Controllers Configuration Guide v6.4.0
Administrative role
Use this AV-Pair value to identify the role of administrative accounts.
Syntax
web-administrative-role=role
Where:
DescriptionParameter
Use one of the following values to identify the role of the account:role
• Manager: A manager is able to access all configuration pages and can change and save
all configuration settings.
• Operator: An operator is able to view all configuration pages, but is limited in the types
of changes that can be made.
Public access interface ASP functions and variables
The public access interface Web pages use a number of ASP functions to perform specific tasks.
These ASP functions are written in embedded Javascript, which is a limited version of Javascript
running on the integrated Web server.
Also, a number of ASP variables are defined that can be used to store and retrieve configuration
and user settings. There are two types of variables:
• ASP variables: The values of these variables must be loaded before they can be used by calling
the appropriate ASP function. Values are only persistent per page. Therefore they must be
loaded separately on each page before use.
• Session variables: Session variables are persistent across all public access pages.
Javascript syntax
The following syntax is used by embedded Javascript code.
DescriptionSyntax
Equal to==Equality operators
Not equal to!=
Greater than>
Greater than or equal to>=
Less than<
Less than or equal to<=
Conditional And&&Conditional operators
Conditional Or||
Not (Inverts the value of a boolean
value.)
!Unary operator
Concatenates two strings.+String operator
Addition.+Arithmetic operators
Subtraction.-
Division./
Multiplication.*
490 Working with RADIUS attributes










