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