Enforcing SHA-2 on administrator account passwords
MD5 is less secure than SHA-2. By default, account passwords by default are hashed with the SHA-512 hash function.
The password hash functionality enables you to do the following:
- Display user accounts that match the specified hash function.
- Expire accounts that use a specified hash function (for example, MD5), forcing the users to change their passwords in their next login.
- Lock accounts whose passwords use the specified hash function.
ONTAP accepts pre-hashed SHA-2 passwords only by using the Manageability SDK (security-login-create and security-login-modify-password).
- Migrate the MD5 administrator accounts to the SHA-512 password hash function:
- Optional: For MD5 accounts whose users do not log in to change their passwords within a period of time, force the account migration:
Give documentation feedback