Information
To assist users in maintaining strong passwords ,ensure that passwords are changed at appropriate intervals and new passwords to be used
Having a weak or non-existant password policy will allow users to use weak or easily cracked passwords.
Solution
Configuring the password policy using the Configuration utility
1.Log in to the Configuration utility.
2. Navigate to System > Users > Authentication.
3. Under Password Policy, locate the Secure Password Enforcement setting and set it to meet below minimum requirements :
Configuring the password policy using tmsh
1. Log in to tmsh by typing the following command:
tmsh:
modify /auth password-policy
The minimum requirements :
- Secure Password Enforcement : Enabled
- Minimum Password Length is 12
- Required Loweredcase is 1
- Required Upperedcase is 1
- Required Numericis 1
- Required Special Charecters is 1
- Maxmimum Durtaion (in Days): 180
- Minimum Duration (in Days): 90
- Expiration Warning ( in days):14
- EnsurePassword Memory is 24
- Ensure Maximum Login Failuresis 3
- User Lockout : Automatically enable locked-out users after : 300 seconds
**Notice: Some settings can be done through Configuration Utility only while others are done through tmsh only.**
Impact:
Without proper password management the users are more likely to select weak passwords or forget complex passwords. This can create security risks as these passwords make it easier for attackers to crack.