Mlp role add, Mlp commands, Syntax – Technicolor - Thomson ST585 V6 User Manual

Page 578: Example

Advertising
background image

E-DOC-CTC-20061027-0004 v1.0

MLP Commands

554

mlp role add

Add a role.

SYNTAX:

where:

EXAMPLE:

mlp role add

name = <quoted string>
parent = <string>
[descr = <quoted string>]

name

The name of the new role.

Note

The maximum number of roles is 15.

REQUIRED

parent

The name of the parent role.

REQUIRED

descr

The role description.

Note

The maximum length is 63 characters.

OPTIONAL

=>mlp role list
Role (parent) Description
-------------------------
root (-) The superuser
SuperUser (root) Any service and any access from LAN/WAN/LOCAL
TechnicalSupport (SuperUser) Any service and any channels from WAN
Administrator (TechnicalSupport) Any service and any access from LAN/Local origin only
PowerUser (Administrator) GUI(Service/overview page)via http/https from LAN origin
User (PowerUser) GUI(Overview pages, remote assistance) via HTTP/HTTPS from LAN
LAN_Admin (Administrator) Only LAN related configurations from any Channel/Origin
WAN_Admin (Administrator) Only WAN related configurations from any Channels/Origin

=>mlp role create name=myRole parent=User descr="My user access"
=>mlp role list
Role (parent) Description
-------------------------
root (-) The superuser
SuperUser (root) Any service and any access from LAN/WAN/LOCAL
TechnicalSupport (SuperUser) Any service and any channels from WAN
Administrator (TechnicalSupport) Any service and any access from LAN/Local origin only
PowerUser (Administrator) GUI(Service/overview page)via http/https from LAN origin
User (PowerUser) GUI(Overview pages, remote assistance) via HTTP/HTTPS from LAN
LAN_Admin (Administrator) Only LAN related configurations from any Channel/Origin
WAN_Admin (Administrator) Only WAN related configurations from any Channels/Origin
myRole (User) My user access

=>

Advertising