The set password-mimic-netscape-response-controls command adds LDAP response controls about password expiry to bind and compare responses. This mimics the way that Netscape directories work with LDAP password response controls.
For more information about the controls that are added to the responses, see the Sun Java System LDAP SDK for C Programming Guide.
This command has the following format:
set password-mimic-netscape-response-controls = true | false;
Includes the following LDAP response controls in bind and compare responses:
(Or LDAP_CONTROL_PWEXPIRED, as defined in the ldap.h header file)
This control is added to bind and confirm responses after the password has expired.
(Or LDAP_CONTROL_PWEXPIRING, as defined in the ldap.h header file)
The value for this control is the number of seconds before the password expires. This value is supplied in the set password-age-warning-period Command.
(Default) No extra controls are added to bind and compare responses.
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |