Creating local user accounts
You can create a local user account that can be used to authorize access to data contained in the SVM over an SMB connection. You can also use local user accounts for authentication when creating an SMB session.
About this task
Local user functionality is enabled by default when the SVM is created.
When you create a local user account, you must specify a user name and you must specify the SVM with which to associate the account.
The vserver cifs users-and-groups local-user man pages contain details about optional parameters and naming requirements.
Example
The following example creates a local user SMB_SERVER01\sue
, with a full name Sue Chang
, associated with SVM vs1.example.com:
cluster1::> vserver cifs users-and-groups local-user create -vserver vs1.example.com ‑user-name SMB_SERVER01\sue -full-name "Sue Chang"
Enter the password:
Confirm the password:
cluster1::> vserver cifs users-and-groups local-user show
Vserver User Name Full Name Description
-------- -------------------------- ---------- -------------
vs1 SMB_SERVER01\Administrator Built-in administrator account
vs1 SMB_SERVER01\sue Sue Chang
Give documentation feedback