mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-01 03:19:27 -05:00
fix a couple of typos; schemacheck was duplicated
This commit is contained in:
parent
8471ef7ed0
commit
f35545b058
1 changed files with 1 additions and 4 deletions
|
|
@ -507,9 +507,6 @@ Note that the
|
|||
factor is measure of security provided by the underlying transport,
|
||||
e.g. ldapi:// (and eventually IPSEC). It is not normally used.
|
||||
.TP
|
||||
.B schemacheck { on | off }
|
||||
Turn schema checking on or off. The default is on.
|
||||
.TP
|
||||
.B sizelimit <integer>
|
||||
.TP
|
||||
.B sizelimit size[.{soft|hard|unchecked}]=<integer>
|
||||
|
|
@ -539,7 +536,7 @@ The default is 32.
|
|||
.TP
|
||||
.B timelimit <integer>
|
||||
.TP
|
||||
.B sizelimit size[.{soft|hard}]=<integer>
|
||||
.B timelimit time[.{soft|hard}]=<integer>
|
||||
Specify the maximum number of seconds (in real time)
|
||||
.B slapd
|
||||
will spend answering a search request. The default time limit is 3600.
|
||||
|
|
|
|||
Loading…
Reference in a new issue