Displaying information about privilege overrides
You can display information about custom privileges assigned to domain or local user accounts or groups. This information helps you determine whether the desired user rights are applied.
Perform one of the following actions:
If you want to display information about... | Enter this command... |
---|---|
Custom privileges for all domain and local users and groups on the storage virtual machine (SVM) | vserver cifs users-and-groups privilege show -vserver vserver_name |
Custom privileges for a specific domain or local user and group on the SVM | vserver cifs users-and-groups privilege show -vserver vserver_name -user-or-group-name name |
There are other optional parameters that you can choose when you run this command. See the man page for more information.
Example
The following command displays all privileges explicitly associated with local or domain users and groups for SVM vs1:
cluster1::> vserver cifs users-and-groups privilege show -vserver vs1
Vserver User or Group Name Privileges
--------- --------------------- ---------------
vs1 BUILTIN\Administrators SeTakeOwnershipPrivilege
SeRestorePrivilege
vs1 CIFS_SERVER\sue SeTcbPrivilege
SeTakeOwnershipPrivilege
Give documentation feedback