From: Pierangelo Masarati Date: Sat, 31 Aug 2002 10:27:49 +0000 (+0000) Subject: document another (optional) config directive X-Git-Tag: NO_SLAP_OP_BLOCKS~1075 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5a0ba6e4294760630465a625a9d6a58d81ad154b;p=openldap document another (optional) config directive --- diff --git a/doc/man/man5/slapd-sql.5 b/doc/man/man5/slapd-sql.5 index c0b55fc623..f2545af7c4 100644 --- a/doc/man/man5/slapd-sql.5 +++ b/doc/man/man5/slapd-sql.5 @@ -69,7 +69,13 @@ is currently ignored). .RE .TP .B subtree_cond -Specifies a where-clause template used to form a subtree search condition. +Specifies a where-clause template used to form a subtree search condition +(dn=".*"). +It may differ from one SQL dialect to another (see samples). +.TP +.B children_cond +Specifies a where-clause template used to form a children search condition +(dn="\.+,"). It may differ from one SQL dialect to another (see samples). .TP .B oc_query @@ -167,7 +173,7 @@ and may change in future releases. .LP Almost everything mentioned later is illustrated in examples located in the -.B slapd/back-sql/rdbms_depend/ +.B servers/slapd/back-sql/rdbms_depend/ directory in the OpenLDAP source tree, and contains scripts for generating sample database for Oracle, MS SQL Server, mySQL and more (including PostgreSQL and IBM db2).