NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform.
You will still be able to view content, but posting and replying will be temporarily disabled.
To learn more, please review the information in this blog post.

ONTAP Discussions

Complexity requirements for local CIFS user passwords

jbielasz
4,301 Views

Hi,

 

I would like to adjust complexity requirements (increase minimum length) for local CIFS users.

I cannot find how to modify below complexity setting.

Can someone help ?

 

clus01::*> cifs security show -vserver svm02 -fields is-password-complexity-required
vserver is-password-complexity-required
--------------- -------------------------------
svm02 true

 

The password must meet the following criteria:

  • Must be at least six characters in length
  • Must not contain the user account name
  • Must contain characters from at least three of the following four categories:
    • English uppercase characters (A through Z)
    • English lowercase characters (a through z)
    • Base 10 digits (0 through 9)
    • Special characters:

      ~ ! @ # $ % ^ & * _ - + = ` \ | ( ) [ ] : ; " ' < > , . ? /  

Regards,

Jakub

1 ACCEPTED SOLUTION

AlexDawson
4,146 Views

Hi there!

 

Sorry for the delay on this one - and the bad news.

 

It's a binary option - either on or off, and cannot be customised. If more complexity is required, it is advised to use domain authentication and enforce it there.

 

Thanks!

View solution in original post

2 REPLIES 2

AlexDawson
4,147 Views

Hi there!

 

Sorry for the delay on this one - and the bad news.

 

It's a binary option - either on or off, and cannot be customised. If more complexity is required, it is advised to use domain authentication and enforce it there.

 

Thanks!

jbielasz
4,085 Views

That's what I thought. 

 

Thanks, Alex

Public