211
D14049.05
February 2009
Grey Headline
(continued)
TANDBERG
VIDEO COMMUNICATIONS SERVER
ADMINISTRATOR GUIDE
Introduction
Getting started
Overview and
status
System
configuration
VCS
configuration
Zones and
neighbors
Call
processing
Bandwidth
control
Firewall
traversal
Appendices
Applications
Maintenance
Command reference - xConfiguration
SystemUnit Password: <S: 0, 65>
Defines the password for the default 'admin' account. This account is used to log in to the VCS via Telnet, HTTP(S), SSH, SCP, and on the serial port. The maximum plaintext length is 16
characters, which will then be encrypted.
Example:
xConfiguration SystemUnit Password: "password123"
SystemUnit StrictPassword Enforce: <On/Off>
Determines whether or not Administrator passwords must meet a certain level of complexity before they are accepted.
Default: Off
Example:
SystemUnit StrictPassword Enforce: Off
TimeZone Name: <S: 0, 64>
Sets the local time zone of the VCS. Time zone names follow the POSIX naming convention e.g. Europe/London or America/New_York.
Default: GMT
Example:
xConfiguration TimeZone Name: "GMT"
Transform [1..100] Pattern Behavior: <Strip/Replace>
Determines how the matched part of the alias will be modified.
Strip
: the matching prefix or suffix will removed from the alias.
Replace
: the matching part of the alias will be substituted with the text in the Pattern Replace string.
Default: Strip
Example:
xConfiguration Transform 1 Pattern Behavior: Replace
Transform [1..100] Pattern Replace: <S: 0, 60>
(Applies only if pattern behavior is set to Replace.) Specifies the string to be used as a substitution for the part of the alias that matched the pattern.
Example:
xConfiguration Transform 1 Pattern Replace: "example.com"
Transform [1..100] Pattern String: <S: 0, 60>
Specifies the pattern against which the alias is compared.
Example:
xConfiguration Transform 1 Pattern String: "example.net"
Transform [1..100] Pattern Type: <Exact/Prefix/Suffix/Regex>
Determines the way in which the string must match the alias.
Exact
: the string must match the alias character for character.
Prefix
: the string must appear at the beginning of the alias.
Suffix
: the string must appear at the end of the alias.
Regex
: the string will be treated as a regular expression.
Default: Prefix
Example:
xConfiguration Transform 1 Pattern Type: Suffix