Skip to main content
A newer release of this product is available.

vserver services name-service cache group-membership delete

Contributors
Suggest changes

Delete an entry

Availability: This command is available to cluster and Vserver administrators at the advanced privilege level.

Description

The vserver services name-service cache group-membership delete command removes the cached group membership entries of the users.

Parameters

-vserver <vserver name> - Vserver (privilege: advanced)

Use this parameter to specify the Vserver for which the group membership entries need to be deleted.

-user <text> - User Name (privilege: advanced)

Use this parameter to specify the user name for which the cached group membership entries need to be deleted.

-group <integer> - Gid (privilege: advanced)

Use this parameter to specify the primary group identifier or GID for which the cached group membership entries need to be deleted.

Examples

The following example deletes all the cached group membership entries for Vserver vs0, user 'a' and group '1':

cluster1::> vserver services name-service cache group-membership delete -vserver vs0 -user a -group 1