]> git.sur5r.net Git - openldap/blobdiff - doc/man/man5/slapd-asyncmeta.5
Happy New Year
[openldap] / doc / man / man5 / slapd-asyncmeta.5
index 20f986a151647bf2832ee67e3ca5c822d94dcaf0..317c7a3119e3690ae365bf3e33d74a241cf762a7 100644 (file)
@@ -1,5 +1,5 @@
 .TH SLAPD-ASYNCMETA 5 "RELEASEDATE" "OpenLDAP LDVERSION"
-.\" Copyright 2016 The OpenLDAP Foundation.
+.\" Copyright 2016-2018 The OpenLDAP Foundation.
 .\" Portions Copyright 2016 Symas Corporation.
 .\" Copying restrictions apply.  See the COPYRIGHT file.
 .\" $OpenLDAP$
@@ -109,14 +109,14 @@ directive.
 
 .TP
 .B onerr {CONTINUE|report|stop}
-This directive allows to select the behavior in case an error is returned
+This directive allows one to select the behavior in case an error is returned
 by one target during a search.
 The default, \fBcontinue\fP, consists in continuing the operation,
 trying to return as much data as possible.
 If the value is set to \fBstop\fP, the search is terminated as soon
 as an error is returned by one target, and the error is immediately
 propagated to the client.
-If the value is set to \fBreport\fP, the search is continuated to the end
+If the value is set to \fBreport\fP, the search is continued to the end
 but, in case at least one target returned an error code, the first
 non-success error code is returned.
 
@@ -263,7 +263,7 @@ overridden by any per-target directive.
 
 .TP
 .B client\-pr {accept-unsolicited|DISABLE|<size>}
-This feature allows to use RFC 2696 Paged Results control when performing
+This feature allows one to use RFC 2696 Paged Results control when performing
 search operations with a specific target,
 irrespective of the client's request. See
 .B slapd\-meta(5)
@@ -319,10 +319,10 @@ for details on the syntax of this field.
 .B [tls_cacert=<file>]
 .B [tls_cacertdir=<path>]
 .B [tls_reqcert=never|allow|try|demand]
-.B [tls_ciphersuite=<ciphers>]
+.B [tls_cipher_suite=<ciphers>]
 .B [tls_protocol_min=<major>[.<minor>]]
 .B [tls_crlcheck=none|peer|all]
-Allows to define the parameters of the authentication method that is
+Allows one to define the parameters of the authentication method that is
 internally used by the proxy to authorize connections that are
 authenticated by other databases. See
 .B slapd\-meta(5)
@@ -403,7 +403,7 @@ section of
 
 .TP
 .B subtree\-{exclude|include} "<rule>"
-This directive allows to indicate what subtrees are actually served
+This directive allows one to indicate what subtrees are actually served
 by a target. See
 .B slapd\-meta(5)
 for details.
@@ -427,7 +427,7 @@ overridden by any per-target directive.
 
 .TP
 .B timeout [<op>=]<val> [...]
-This directive allows to set per-operation timeouts.
+This directive allows one to set per-operation timeouts.
 Operations can be
 
 \fB<op> ::= bind, add, delete, modrdn, modify, compare, search\fP