Skip to main content

Name

authz roles list — display the currently defined roles

Synopsis

authz roles list

Description

This command displays all the defined roles in XML format.

Execute this command and you should see output similar to the following:

<Roles>
 <Role name="users"/>
 <Role name="admin"/>
 <Role name="ecuser"/>
 <Role name="fred"/>
</Roles>

See Also

Was this page helpful?