rmauth

Use the rmauth command to remove monitor, administrator, or operator authorization from an LDAP user or user group. Note: The rmuath command is only for LDAP users and groups. To remove users from the basic user registry, you must use rmuser. To remove users from the basic user registry, you must use the rmuser command.

Syntax

Read syntax diagramSkip visual syntax diagramrmauth-help-h-?-namename -type groupuser

Parameters

-help | -h | -?
Lists help for the command. If you specify additional parameters and arguments, those parameters and arguments are ignored.
-name name
Specifies a user ID or group name from which you remove authorization.
-type group | user
Specifies whether the name is of a user group or user.

Example: Removing authorization for a group

The following command removes authorization from the csmgroup user group.

csmcli> rmauth -name csmgroup -type group

The following output is returned:

Are you sure you want to remove access for user csmgroup? [y/n]:y

IWNR4013I  Successfully revoked access from csmgroup.

Example: Removing authorization for a user

The following command removes authorization from the csmuser user.

csmcli> rmauth -name csmuser -type user

The following output is returned:

Are you sure you want to remove access for user csmuser? [y/n]:y

IWNR4013I  Successfully revoked access from csmuser.