ITS#9728 - Update documentation on lastbind-precision

This commit is contained in:
Quanah Gibson-Mount 2021-10-28 20:01:51 +00:00
parent cc876a2133
commit 86692d595e
2 changed files with 14 additions and 10 deletions

View File

@ -1495,11 +1495,13 @@ Controls whether
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.
.TP .TP
.B olcLastBindPrecision: <number> .B olcLastBindPrecision: <integer>
If olcLastBind is enabled, a new value is written only if the If olcLastBind is enabled, specifies how frequently pwdLastSuccess
current one is more than will be updated. More than
.B number .B integer
seconds in the past. seconds must have passed since the last successful bind. In a
replicated environment with frequent bind activity it may be
useful to set this to a large value.
.TP .TP
.B olcLimits: <selector> <limit> [<limit> [...]] .B olcLimits: <selector> <limit> [<limit> [...]]
Specify time and size limits based on the operation's initiator or Specify time and size limits based on the operation's initiator or

View File

@ -1398,11 +1398,13 @@ Controls whether
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.
.TP .TP
.B lastbind-precision <number> .B lastbind-precision <integer>
If lastbind is enabled, a new value is written only if the If lastbind is enabled, specifies how frequently pwdLastSuccess
current one is more than will be updated. More than
.B number .B integer
seconds in the past. seconds must have passed since the last successful bind. In a
replicated environment with frequent bind activity it may be
useful to set this to a large value.
.TP .TP
.B limits <selector> <limit> [<limit> [...]] .B limits <selector> <limit> [<limit> [...]]
Specify time and size limits based on the operation's initiator or Specify time and size limits based on the operation's initiator or