$OpenLDAP$
overlay lastbind This directive adds the lastbind overlay to the current database, see slapd.conf (5) for details.
This slapd.conf configuration option is defined for the lastbind overlay. It must appear after the overlay directive:
lastbind-precision <seconds> The value <seconds> is the number of seconds after which to update the authTimestamp attribute in an entry. If the existing value of authTimestamp is less than <seconds> old, it will not be changed. If this configuration option is omitted, the authTimestamp attribute is updated on each successful bind operation.
lastbind_forward_updates Specify that updates of the authTimestamp attribute on a consumer should be forwarded to a provider instead of being written directly into the consumer's local database. This setting is only useful on a replication consumer, and also requires the updateref setting and chain overlay to be appropriately configured.
database <database> # ... overlay lastbind lastbind-precision 604800
slapd must also load lastbind.la, if compiled as a run-time module;
ETCDIR/slapd.conf default slapd configuration file
This module was written in 2009 by Jonathan Clarke. It is loosely derived from the password policy overlay.