X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fman%2Fman5%2Fslapd-meta.5;h=458ac74c9ac4fc5512fb362b787dbef8860fc278;hb=10566c8be384c6435476ec54e842382841cb84b6;hp=a0eec9635cd48fc1b64ca5ca8a8c373f82dfb951;hpb=be11563e36560920bc61f5f6544b4858859ff8de;p=openldap diff --git a/doc/man/man5/slapd-meta.5 b/doc/man/man5/slapd-meta.5 index a0eec9635c..458ac74c9a 100644 --- a/doc/man/man5/slapd-meta.5 +++ b/doc/man/man5/slapd-meta.5 @@ -1,5 +1,5 @@ .TH SLAPD-META 5 "RELEASEDATE" "OpenLDAP LDVERSION" -.\" Copyright 1998-2015 The OpenLDAP Foundation, All Rights Reserved. +.\" Copyright 1998-2017 The OpenLDAP Foundation, All Rights Reserved. .\" Copying restrictions apply. See the COPYRIGHT file. .\" Copyright 2001, Pierangelo Masarati, All rights reserved. .\" $OpenLDAP$ @@ -125,14 +125,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. @@ -313,7 +313,7 @@ overridden by any per-target directive. .TP .B client\-pr {accept-unsolicited|DISABLE|} -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. When set to a numeric value, Paged Results control is always @@ -384,7 +384,7 @@ for details on the syntax of this field. .B [tls_protocol_min=[.]] .B [tls_crlcheck=none|peer|all] .RS -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. The identity defined by this directive, according to the properties @@ -612,7 +612,7 @@ The rewrite options are described in the "REWRITING" section. .TP .B subtree\-{exclude|include} "" -This directive allows to indicate what subtrees are actually served +This directive allows one to indicate what subtrees are actually served by a target. The syntax of the supported rules is @@ -689,7 +689,7 @@ overridden by any per-target directive. .TP .B timeout [=] [...] -This directive allows to set per-operation timeouts. +This directive allows one to set per-operation timeouts. Operations can be \fB ::= bind, add, delete, modrdn, modify, compare, search\fP @@ -891,7 +891,7 @@ An incoming string is matched against a set of rules. Rules are made of a regex match pattern, a substitution pattern and a set of actions, described by a set of flags. In case of match a string rewriting is performed according to the -substitution pattern that allows to refer to substrings matched in the +substitution pattern that allows one to refer to substrings matched in the incoming string. The actions, if any, are finally performed. The substitution pattern allows map resolution of substrings. @@ -1111,7 +1111,7 @@ Examples are reported below. .SH "Additional configuration syntax:" .TP .B rewriteMap "" "" "[ ]" -Allows to define a map that transforms substring rewriting into +Allows one to define a map that transforms substring rewriting into something else. The map is referenced inside the substitution pattern of a rule. .TP