BIP8837

Severity

10 : Warning

Message

Creates a security Access Control Entry in the Configuration Manager repository. Syntax: createaclentry (f=fileName | ((g=groupName | (u=userName (m=machineName | a=yes))) x=accessLevel ((b=broker [e=executionGroup]) | s=yes | r=yes | t=yes | p=yes))) [w=timeoutValue]

Explanation

Command Options:
'f=fileName' File containing list of Access Control Entries to create
'g=groupName' Add Access Control Entry for the specified group
'u=userName' Add Access Control Entry for the specified user (must be accompanied by either a=yes or m=machineName)
'm=machineName' Add the Access Control Entry for the user for this specific machine/domain name only
'a=yes' Add an Access Control Entry for this user for all machines/domains
'p=yes' Add access to the ConfigManagerProxy. Also known as the "All resources" Access Control Entry
'x=accessLevel' desired security access level for specified object (D, E, V, F)
'b=broker' Add access to the specified broker
'e=executionGroup' Add access to the specified execution group (must be accompanied by b=broker)
's=yes' Add access to the subscriptions table
'r=yes' Add access to the root topic
't=yes' Add access to the pub/sub topology
'w=timeoutValue' value in seconds to wait for responses.