]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9728 - Update documentation on lastbind-precision
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 28 Oct 2021 20:01:51 +0000 (20:01 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 3 Nov 2021 16:19:44 +0000 (16:19 +0000)
doc/man/man5/slapd-config.5
doc/man/man5/slapd.conf.5

index c3d1efff225da1cd7d46deebf48116cca26bd1f3..3b2efedcd05bdf8f28b777fa6b4247db53c1e96a 100644 (file)
@@ -1495,11 +1495,13 @@ Controls whether
 will automatically maintain the pwdLastSuccess attribute for
 entries. By default, olcLastBind is FALSE.
 .TP
-.B olcLastBindPrecision: <number>
-If olcLastBind is enabled, a new value is written only if the
-current one is more than
-.B number
-seconds in the past.
+.B olcLastBindPrecision: <integer>
+If olcLastBind is enabled, specifies how frequently pwdLastSuccess
+will be updated. More than
+.B integer
+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
 .B olcLimits: <selector> <limit> [<limit> [...]]
 Specify time and size limits based on the operation's initiator or
index b4c45e82195965062bdfd20f4edc6d6fc6797e53..1a815b06cffd55cc894235fd32a5e89685bddf61 100644 (file)
@@ -1398,11 +1398,13 @@ Controls whether
 will automatically maintain the pwdLastSuccess attribute for
 entries. By default, lastbind is off.
 .TP
-.B lastbind-precision <number>
-If lastbind is enabled, a new value is written only if the
-current one is more than
-.B number
-seconds in the past.
+.B lastbind-precision <integer>
+If lastbind is enabled, specifies how frequently pwdLastSuccess
+will be updated. More than
+.B integer
+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
 .B limits <selector> <limit> [<limit> [...]]
 Specify time and size limits based on the operation's initiator or