Information

This site will undergo a brief period of maintenance on Friday, 18 December at 12:30 AM Central/12:00 PM IST. During a 30 minute window, site availability may be intermittent.

Examples of ACL usage


The following section lists some examples that explain how to update the ACL:

Example 1: Allow a specific user to access the PATROL Agent running on any host computer that belongs to a specific domain name

The following example allows the specified user (safeuser) to access the PATROL Agent running on any host computer that belongs to the specified domain name(.acme.com) in the operator mode:

"/AgentSetup/accessControlList" = {REPLACE="safeuser/*.acme.com/O"}

Example 2: Allow a specific administrator user to configure the PATROL Agent running on any host computer that belongs to a specific domain name

The following example allows the specified administrator user (Admin_3) to configure the PATROL Agent running on any host computer that belongs to the specified domain name (.acme.com) in the configuration mode:

"/AgentSetup/accessControlList" = {REPLACE="Admin_3/*.acme.com/C"}

Example 3: Allow any user to access the PATROL Agent running on a specific host computer

The following example allows any user to access the PATROL Agent running on the specified host computer in the developer or operator mode. 

"/AgentSetup/accessControlList" = {REPLACE="*/secure.acme.com/DO"}

Example 4: Allow only the local system account user to configure the PATROL Agent on the local host computer running Windows operating system

The following example allows only the local system account user to configure the PATROL Agent on the local host computer running Windows operating system.

/AgentSetup/accessControlList = {REPLACE="NT Authority\SYSTEM/127.0.0.1/C"}

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC PATROL Agent 10.7