Macromedia flash media server 2-managing flash media server ユーザーズマニュアル

ページ / 238
128
Configuration Files
Example
<UserData>
<foo>bar</foo>
</UserData>
This result for this subtag displays the following property:
NetConnection.proxyInfo.foo = "bar".
Users.xml file
Users.xml is the configuration file for the Flash Media Admin Service users and is located at 
the root level of the 
conf
 directory. It contains the tags and i
nformation used to identify 
the Flash Media Server administrators and their access permissions. 
You edit 
the Users.xml file to add or remove Flash Media Server administrators, or change their 
administrative permissions.
The Users.xml file contains the following tag structure.
<Root>
<UserList>
<User name="${SERVER.ADMIN_USERNAME}">
<Password encrypt=false>${SERVER.ADMIN_PASSWORD}</Password>
<Allow></Allow> 
<Deny></Deny> 
<Order>Allow,Deny</Order>
</User>
</UserList>
<AdminServer>
<HTTPCommands>
<Enable></Enable>
<Allow></Allow> 
<Deny></Deny> 
<Order></Order>
</HTTPCommands>
</AdminServer>
</Root>
Summary of Users.xml tags
This table lists alphabetically the tags in the Users.xml configuration file.
Users.xml tag
Description
Container tag; contains tags to configure access to the Flash 
Media Admin Service.
Defines the list of server administrative commands that can be 
accessed via HTTP.