vserver cifs superuser create
Contributors
Suggest changes
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
Adds superuser permissions to a CIFS account
Availability: This command is available to cluster and Vserver administrators at the advanced privilege level.
Description
The vserver cifs superuser create
command elevates the privileges of the specified domain account in this Vserver to superuser. With superuser privileges, Data ONTAP bypasses some of the security checks. This command is not supported for workgroup CIFS servers.
Parameters
-vserver <vserver name>
- Vserver (privilege: advanced)-
Vserver name.
-domain <CIFS domain>
- Domain (privilege: advanced)-
The domain name of accountname.
-accountname <CIFS account>
- User (privilege: advanced)-
The domain account to which you want to give superuser privileges.
Examples
The following example shows how to elevate ExampleUser in EXAMPLE domain to superuser for a Vserver vs1.
vs1::> vserver cifs superuser create -domain EXAMPLE -accountname ExampleUser -vserver vs1