ADVERTISEMENT

How to set the minimum password length of user accounts in a pure flash array?

Copied
pureadmin global setattr --min-password-length 8
Above command set the minimum length of characters required for all the local user account passwords to 8. Minimum length allowed is 1. This will not affect the existing user accounts, but all future password assignment must meet the new value.
ADVERTISEMENT
You may also interested to know..

« Back to full question list