E-DOC-CTC-20061027-0003v2.0
MLP Commands
560
mlp role addpriv
Add a privilege to a role.
SYNTAX:
where:
EXAMPLE:
RELATED COMMANDS:
mlp role addpriv name = <string>
access = <string>
service = <string>
name The name of the role. REQUIRED
access The name of the access privilege to be added. REQUIRED
service The name of the service privilege to be added. REQUIRED
=>mlp role list name=myRole verbose=all
myRole (User) My user access
=>mlp role addpriv name=myRole access=myPrivilege service=SP7
=>mlp role list name=myRole verbose=all
myRole (User) My user access
myPrivilege & SP7
=>
mlp role removepriv Remove a privilege from a role.