cache-account-policy
The cache-account-policy is a configuration file parameter in the [ldap] stanza for ldap.conf. The policy determines whether the LDAP client-side caching is enabled or not.
cache-account-policy = {yes|true|no|false}Default value
yesOption descriptions
- yes|true
- Enables LDAP client-side caching of expired account or expired password. Anything other than no|false, including a blank value, is interpreted as yes|true.
- no|false
- Disables LDAP client-side caching of expired account or password.
Usage Notes
Optional. Enable this configuration file parameter if we want Security Verify Access to cache an expired account or password. Otherwise, set this parameter to no.
Return Values
None.
Example
This example enables the LDAP caching of expired account or password.
cache-account-policy = yes