How to Configure your Password to Expire


By default, user passwords on Linux-based ExtremeCloud IQ Site Engine, ExtremeControl, and ExtremeAnalytics engines do not expire. This section outlines how to configure password aging for the root user account, which requires the root user to change their password 60 days after initially setting or changing the password.

To configure the password to expire after 60 days:

  1. Log on to the engine as the root user.
  2. Enter the following command in the CLI:
    chage -M 60 root #
  3. Enter the following command in the CLI:
    chage --list root

    The following displays in the CLI:
    Last password change : Nov 02, 2015
    Password expires : Jan 01, 2016
    Password inactive : never
    Account expires : never
    Minimum number of days between password change : 0
    Maximum number of days between password change : 60
    Number of days of warning before password expires : 7
  4. Verify the Maximum number of days between password change is changed to 60.

The password is set to expire after 60 days, after which, the following prompt displays.