Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
86692d59
Commit
86692d59
authored
Oct 28, 2021
by
Quanah Gibson-Mount
Browse files
ITS
#9728
- Update documentation on lastbind-precision
parent
cc876a21
Pipeline
#3739
passed with stage
in 51 minutes and 35 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
doc/man/man5/slapd-config.5
View file @
86692d59
...
...
@@ -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
...
...
doc/man/man5/slapd.conf.5
View file @
86692d59
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment