Overview#
The set password-min-age DXServer Command sets a lockout period for changing the password. This is the time since a password was changed last before it can be changed again.
CA Directory uses the operational attribute DxPwdLastChange to maintain the lockout period.
This command has the following format:
set password-min-age = number-days | 0 ;
- number-days - Specifies the time (in days) that must pass after the password is changed before it can be changed again.
- 0 - (Default) Disables this feature.
Appears to be similar in use to the pwdMinAge
Attribute Definition#
The DxPwdLastChange AttributeTypes is defined as:- OID of 1.3.6.1.4.1.3327.6.9
- NAME: DxPwdLastChange
- DESC:
- EQUALITY:
- ORDERING:
- SYNTAX: Generalized Time
- SINGLE-VALUE
- NO-USER-MODIFICATION
- USAGE UserApplications