User Guide

XML configuration files 133
Description
This tag specifies the sequence in which Flash Media Server evaluates the Allow and Deny tags
for an administrator.
Syntax
<Order>Allow,Deny</Order>
The default sequence Allow, Deny means that administrative access is allowed unless the user
is specified in the
Allow list of commands and not in the Deny list:
<Order>Deny,Allow</Order>
The alternative sequence Deny, Allow means that administrative access is allowed unless the
user is specified in the
Deny list of commands and not specified in the Allow list:
See also
Allow (Users), Deny (User)
Password
This tag specifies the password for the administrator of this vhost.
Description
Passwords cannot be empty strings (“”). Passwords are usually encrypted. In the following
example, the
encrypt attribute instructs the server to encrypt the contents of the password.
When the
encrypt attribute is set to true, the password you see in the file is the encrypted
password, and it is interpreted as an encoded string.
Example
<Password encryt=”true”></password>
Root
Container tag.
Description
The Root tag is a container for all the other tags.
User
This tag identifies an administrator for the server.