Difference between revisions of "Access Control List"

From HSYCO
Jump to navigation Jump to search
(Created page with "HSYCO supports server-side access control lists for Web-based user commands. The acl.ini file is a text file that defines the rules to allow or reject commands. {{note|Chan...")
(No difference)

Revision as of 19:54, 11 March 2014

HSYCO supports server-side access control lists for Web-based user commands.

The acl.ini file is a text file that defines the rules to allow or reject commands.


Changes to acl.ini are immediately effective.


Each line defines an access rule, with the following format:

action; user_id; location; type; command

Rules are evaluated starting from the first line and progressing down the file until a match is found on the user, the IP address of the Web browser, the command type and command.

On the rule that matches, the “allow” or “deny” action is taken, executing or rejecting the command.

You can user the “*” character in the user_id, service and command fields, to match any value or values starting or ending with a specific string.

The following table describes each field of a rule line.