X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fman%2Fman5%2Fslapd-meta.5;h=ea94a8e7ea66c5632bba7600c07297b17ae9b158;hb=aba681fa807c526a01afff98d2bf2c7c4b241c78;hp=d14350a3805fca28762afae634b00f839e85491b;hpb=0ea05ad5f28052268be08b324a1e09c907fc88c6;p=openldap diff --git a/doc/man/man5/slapd-meta.5 b/doc/man/man5/slapd-meta.5 index d14350a380..ea94a8e7ea 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-2012 The OpenLDAP Foundation, All Rights Reserved. +.\" Copyright 1998-2013 The OpenLDAP Foundation, All Rights Reserved. .\" Copying restrictions apply. See the COPYRIGHT file. .\" Copyright 2001, Pierangelo Masarati, All rights reserved. .\" $OpenLDAP$ @@ -338,6 +338,19 @@ The optional number marks target as the default one, starting from 1. Target must be defined. +.TP +.B filter +This directive allows specifying a +.BR regex (5) +pattern to indicate what search filter terms are actually served by a target. + +In a search request, if the search filter matches the \fIpattern\fP +the target is considered while fulfilling the request; otherwise +the target is ignored. There may be multiple occurrences of +the +.B filter +directive for each target. + .TP .B idassert\-authzFrom if defined, selects what @@ -537,6 +550,25 @@ minutes and seconds. If set before any target specification, it affects all targets, unless overridden by any per-target directive. +.TP +.B keepalive :: +The +.B keepalive +parameter sets the values of \fIidle\fP, \fIprobes\fP, and \fIinterval\fP +used to check whether a socket is alive; +.I idle +is the number of seconds a connection needs to remain idle before TCP +starts sending keepalive probes; +.I probes +is the maximum number of keepalive probes TCP should send before dropping +the connection; +.I interval +is interval in seconds between individual keepalive probes. +Only some systems support the customization of these values; +the +.B keepalive +parameter is ignored otherwise, and system-wide settings are used. + .TP .B map "{attribute|objectclass} [|*] {|*}" This maps object classes and attributes as in the LDAP backend.