X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fman%2Fman5%2Fslapd-meta.5;h=458ac74c9ac4fc5512fb362b787dbef8860fc278;hb=10566c8be384c6435476ec54e842382841cb84b6;hp=fe29b4a9685a3ff41a2a0fa28b78a204ef7a1dcf;hpb=cdcf70eeb6b863d4d135ccb010da7f69e52b6723;p=openldap diff --git a/doc/man/man5/slapd-meta.5 b/doc/man/man5/slapd-meta.5 index fe29b4a968..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-2014 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 @@ -380,11 +380,11 @@ for details on the syntax of this field. .B [tls_cacert=] .B [tls_cacertdir=] .B [tls_reqcert=never|allow|try|demand] -.B [tls_ciphersuite=] +.B [tls_cipher_suite=] .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 @@ -825,7 +825,7 @@ Practical configurations may result as a combination of all the above scenarios. .SH ACLs Note on ACLs: at present you may add whatever ACL rule you desire -to to the Meta (and LDAP) backends. +to the Meta (and LDAP) backends. However, the meaning of an ACL on a proxy may require some considerations. Two philosophies may be considered: @@ -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