From: Kurt Zeilenga Date: Fri, 7 Mar 2003 19:01:29 +0000 (+0000) Subject: suck in misc updates from HEAD X-Git-Tag: OPENLDAP_REL_ENG_2_1_15~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1f1aad8c64b906faa667b4a025569c1e09a4008;p=thirdparty%2Fopenldap.git suck in misc updates from HEAD --- diff --git a/doc/man/man5/slapd-bdb.5 b/doc/man/man5/slapd-bdb.5 index a642aeb582..91876cf37a 100644 --- a/doc/man/man5/slapd-bdb.5 +++ b/doc/man/man5/slapd-bdb.5 @@ -94,6 +94,19 @@ The default is the same as Specify the file protection mode that newly created database index files should have. The default is 0600. +.TP +.B searchstack +Specify the depth of the stack used for search filter evaluation. +Search filters are evaluated on a stack to accomodate nested AND / OR +clauses. An individual stack is assigned to each server thread. +The depth of the stack determines how complex a filter can be +evaluated without requiring any additional memory allocation. Filters that +are nested deeper than the search stack depth will cause a separate +stack to be allocated for that particular search operation. These +allocations can have a major negative impact on server performance, +but specifying too much stack will also consume a great deal of memory. +Each search stack uses 512K bytes per level. The default stack depth +is 16, thus 8MB per thread is used. .SH FILES .TP ETCDIR/slapd.conf diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 7d7a5ca0eb..4bb1f69e61 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -1007,13 +1007,6 @@ required for each database definition. If the suffix of one database is "inside" that of another, the database with the inner suffix must come first in the configuration file. .TP -.B suffixalias -Specify an alternate suffix that may be used to reference an already defined -database suffix. Operations specifying DNs residing under the alias -will execute as if they had specified the aliased suffix. -.I This feature is no supported in this version of -.BI slapd (8). -.TP .B subordinate Specify that the current backend database is a subordinate of another backend database. A subordinate database may have only one suffix. This