Important

   

This documentation space contains information about PATROL Agents when deployed in a BMC Helix Operations Management environment. If you are a TrueSight Operations Management user, see PATROL Agent 21.3. Open link

Examples of ACL usage

These examples illustrate common uses of access control lists.

Allow a user from any computer that matches the pattern

To permit any host whose name ends in ".acme.com" to connect as an operator console and log on as user "safeuser", you would enter the following code:

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

Allow any user from a computer

To permit any user on the computer "secure.acme.com" to connect in either developer or operator mode and log on with any existing account, enter the following code:

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

Allow an administrator on any computer that matches the pattern

To permit an administrator (Admin_3) to logon from any computer in the *.acme.com domain in configuration mode, enter the following code:

"/AgentSetup/accessControlList" = {REPLACE="Admin_3/*.acme.com/C"}
Was this page helpful? Yes No Submitting... Thank you

Comments