Enabling or disabling required password complexity for local SMB users
Required password complexity provides enhanced security for local SMB users on your storage virtual machines (SVMs). The required password complexity feature is enabled by default. You can disable it and reenable it at any time.
Before you begin
Local users, local groups, and local user authentication must be enabled on the CIFS server.About this task
Note
You must not use the vserver cifs security modify command for a CIFS server in workgroup mode because some of the options are not valid.
- Perform one of the following actions:
If you want required password complexity for local SMB users to be... Enter the command... Enabled vserver cifs security modify -vserver vserver_name -is-password-complexity-required true Disabled vserver cifs security modify -vserver vserver_name -is-password-complexity-required false - Verify the security setting for required password complexity: vserver cifs security show -vserver vserver_name
The following example shows that required password complexity is enabled for local SMB users for SVM vs1:
cluster1::> vserver cifs security modify -vserver vs1 -is-password-complexity-required true
cluster1::> vserver cifs security show -vserver vs1 -fields is-password-complexity-required
vserver is-password-complexity-required
------- -------------------------------
vs1 true
Give documentation feedback