Changing password requirements
You can change the minimum password limit, password length, password expiration, and enable or disable authentication for IBM Storage Protect.
About this task
Procedure
Complete the following tasks to change password requirements for IBM
Storage Protect servers.
| Task | Procedure |
|---|---|
| Set a limit for invalid password attempts. |
|
| Set a minimum length for passwords. |
|
| Set the expiration period for passwords. |
|
| Set a default authentication method. | Issue the SET DEFAULTAUTHENTICATION command. For example, to use the
server as the default authentication method, issue the following
command:To update one client node to
authenticate with the server, include AUTHENTICATION=LOCAL in the
UPDATE NODE
command: |
| Set the password complexity for the administrator accounts with SESSIONSECURITY=STRICT. | To set the password complexity, issue the following commands and specify the
integer values: SET MINPWCHARUPPER, SET MINPWCHARLOWER,
SET MINPWCHARNUMERIC, and SET MINPWCHARSPECIAL. The sum of all the integer values that are specified by using these commands must be less than or equal to 58. Also, this sum of integer values is used as the minimum password length if it is greater than the value of integer that is specified by using the SET MINPWLENGTH command. |
| Set the password complexity for the administrator accounts with SESSIONSECURITY=TRANSITIONAL. | To set the password complexity, issue the following commands and specify the
integer values: SET MINPWCHARALPHABETIC, SET MINPWCHARNUMERIC,
and SET MINPWCHARSPECIAL. The sum of all the integer values that are specified by using these commands must be less than or equal to 58. Also, this sum of integer values is used as the minimum password length if it is greater than the value of integer that is specified by using the SET MINPWLENGTH command. |
| Set up multifactor authentication (MFA) | You can set up multifactor authentication (MFA) on an IBM Storage Protect server administrator account to provide an additional layer of protection. For more information, see Configuring multifactor authentication . |