07-16-2019 11:13 AM
07-16-2019 05:29 PM
Enabling user password aging
For enhanced security, password aging enforces quarterly updates of all user passwords. After 180 days, the CLI will automatically prompt users to change their passwords when they attempt to sign on.
When password aging is enabled, the software records the system time that each user password was configured or last changed.
The time displays in the output of the show running configuration command, indicated by set-time.
device# show run
Current configuration:
....
username waldo password .....
username raveen set-time 2086038248
....
The password aging feature uses the NTP server clock to record the set-time. If the network does not have an NTP server, then set-time will appear as "set-time 0" in the output of the show running configuration command.
A username set-time configuration is removed when:
• The username and password are deleted from the configuration
• The username password expires
When a username set-time configuration is removed, it no longer appears in the show running configuration output.
Note that if a username does not have an assigned password, the username will not have a set-time configuration.
Password aging is disabled by default. To enable it, enter the following command at the global configuration level of the CLI.
device(config)#enable user password-aging
Syntax: [no] enable user password-aging
Configuring password history
By default, the Ruckus device stores the last five user passwords for each user. When changing a user password, the user cannot
use any of the five previously configured passwords.
For security purposes, you can configure the Ruckus device to store up to 15 passwords for each user, so that users do not use the same password multiple times. If a user attempts to use a stored password, the system will prompt the user to choose a different password.
To configure enhanced password history, enter a command such as the following at the global configuration level of the CLI.
device(config)# enable user password-history 15
Hope this helps.
Thanks
Hashim
07-17-2019 10:46 AM
07-17-2019 12:39 PM
Configuring password history
By default, the Ruckus device stores the last five user passwords for each user. When changing a user password, the user cannot
use any of the five previously configured passwords.
For security purposes, you can configure the Ruckus device to store up to 15 passwords for each user, so that users do not use
the same password multiple times. If a user attempts to use a stored password, the system will prompt the user to choose a
different password.
To configure enhanced password history, enter a command such as the following at the global configuration level of the CLI.
device(config)# enable user password-history 15
Syntax: [no] enable user password-history previous-passwords
The previous-passwords variable is a value from 1 through 15. The default is 5.
Hope this helps
Thanks
Hashim
07-25-2019 11:18 AM