Previous Topic: Set the Number of Grace Logins

Next Topic: Notify Clients of Expiring and Expired Passwords

Set Some Accounts to Never Expire

Accounts can be made to never expire. This is useful for accounts shared by many users, and for administrative or mission-critical accounts.

To set a user account to never expire

  1. Set the password-allow-ignore-expired option to true by using the following command:
    set password-allow-ignore-expired = true;
    
  2. Add the attribute dxPwdIgnoreExpired to the user's entry.
  3. Set the value of this attribute to true.

Note: To check which user passwords are set to never expire, search for all user accounts with the attribute dxPwdIgnoreExpired = true.

More information:

set password-allow-ignore-expired Command

Set Some Accounts to Never be Suspended