mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 14:50:14 -05:00
ITS#10372 last-bind configuration manual updates
This commit is contained in:
parent
eae9c380d0
commit
442b2c84f8
3 changed files with 11 additions and 6 deletions
|
|
@ -19,10 +19,9 @@ older than a given value, thus avoiding large numbers of write
|
||||||
operations penalizing performance.
|
operations penalizing performance.
|
||||||
One sample use for this overlay would be to detect unused accounts.
|
One sample use for this overlay would be to detect unused accounts.
|
||||||
|
|
||||||
Now that OpenLDAP has native support for most of this functionality,
|
Now that OpenLDAP has native support for most of this functionality, you
|
||||||
storing the value in pwdLastSuccess to better interact with the Behera
|
should consider storing the value in pwdLastSuccess to better interact
|
||||||
Password Policy draft 10. Unless you require lastbind_forward_updates,
|
with the Behera Password Policy draft 10.
|
||||||
you should consider using that instead.
|
|
||||||
|
|
||||||
.SH CONFIGURATION
|
.SH CONFIGURATION
|
||||||
The config directives that are specific to the
|
The config directives that are specific to the
|
||||||
|
|
|
||||||
|
|
@ -1517,7 +1517,10 @@ by the syncrepl provider. By default, olcLastMod is TRUE.
|
||||||
Controls whether
|
Controls whether
|
||||||
.B slapd
|
.B slapd
|
||||||
will automatically maintain the pwdLastSuccess attribute for
|
will automatically maintain the pwdLastSuccess attribute for
|
||||||
entries. By default, olcLastBind is FALSE.
|
entries. By default, olcLastBind is FALSE. On a replication
|
||||||
|
consumer the pwdLastSuccess attribute will be forwarded to
|
||||||
|
the provider assuming updateref setting and chain overlay
|
||||||
|
are appropriately configured.
|
||||||
.TP
|
.TP
|
||||||
.B olcLastBindPrecision: <integer>
|
.B olcLastBindPrecision: <integer>
|
||||||
If olcLastBind is enabled, specifies how frequently pwdLastSuccess
|
If olcLastBind is enabled, specifies how frequently pwdLastSuccess
|
||||||
|
|
|
||||||
|
|
@ -1406,7 +1406,10 @@ by the syncrepl provider. By default, lastmod is on.
|
||||||
Controls whether
|
Controls whether
|
||||||
.B slapd
|
.B slapd
|
||||||
will automatically maintain the pwdLastSuccess attribute for
|
will automatically maintain the pwdLastSuccess attribute for
|
||||||
entries. By default, lastbind is off.
|
entries. By default, lastbind is off. On a replication
|
||||||
|
consumer the pwdLastSuccess attribute will be forwarded
|
||||||
|
to the provider assuming updateref setting and chain overlay
|
||||||
|
are appropriately configured.
|
||||||
.TP
|
.TP
|
||||||
.B lastbind-precision <integer>
|
.B lastbind-precision <integer>
|
||||||
If lastbind is enabled, specifies how frequently pwdLastSuccess
|
If lastbind is enabled, specifies how frequently pwdLastSuccess
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue