enable-passwd-warn
Use the enable-passwd-warn stanza
entry
to configure WebSEAL to display a password warning form when it detects
the REGISTRY_PASSWORD_EXPIRE_TIME attribute in the
user credential at login. This attribute indicates that the user password
is soon to expire.
Syntax
enable-passwd-warn = {yes|no} Description
Enable WebSEAL to detect the
attribute REGISTRY_PASSWORD_EXPIRE_TIME added to
a users' credential when the LDAP password policy indicates that their
password is soon to expire. The value of this attribute is the number
of seconds until their password expires. When this attribute is detected,
at login to WebSEAL, a password warning form will appear.
NOTE: This
option must be set in order to use the associated options, which are
also in the [acnt-mgt] stanza: passwd-warn and passwd-warn-failure.
The corresponding Verify Identity Access LDAP
option must be enabled ([ldap] enhanced-pwd-policy=yes)
and supported for the particular LDAP registry type.
Options
- yes
- Enable the detection of the
REGISTRY_PASSWORD_EXPIRE_TIMEto ultimately warn the user when their password is soon to expire. - no
- Disable the detection
of the
REGISTRY_PASSWORD_EXPIRE_TIMEattribute. WebSEAL will not be able to notify users when their passwords are soon to expire.
Usage
This stanza entry is optional.
Default value
The
option will default to yes if
it is not specified in the configuration file.
NOTE: The
value for this option in the template configuration file is no.
Example
enable-passwd-warn = yes