RBACRole - setAgentAclHomeDir
RBACRole - setAgentAclHomeDir
Description :
This command sets the home directory to use on the AgentAcl of a role. Set os to either 1 (for Windows) or 999 (for UNIX).
Return type : com.bladelogic.om.infra.model.rbac.RBACRole
Command Input :
Variable Name |
Variable Type |
Description |
---|---|---|
roleName |
String |
Name of the role to modify. |
homeDir |
String |
Name of the home directory you want to set. |
os |
Integer |
The operating system the setting is for. |
Example
This example assumes that a role named "SuperAdmin" is present in the system. It also assumes that a home directory named "userHome" is to be used for the equivalency on Windows servers.
Script
RBACRole setAgentAclHomeDir SuperAdmin userHome 1
Was this page helpful? Yes No
Submitting...
Thank you
Comments