]> git.sur5r.net Git - openldap/commitdiff
document another (optional) config directive
authorPierangelo Masarati <ando@openldap.org>
Sat, 31 Aug 2002 10:27:49 +0000 (10:27 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 31 Aug 2002 10:27:49 +0000 (10:27 +0000)
doc/man/man5/slapd-sql.5

index c0b55fc623fad76d06003582f4190e2095da9d11..f2545af7c4608f23a3cc96ca8ebb0d29cbbe8d3f 100644 (file)
@@ -69,7 +69,13 @@ is currently ignored).
 .RE
 .TP
 .B subtree_cond <SQL expression>
-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=".*<dn>").
+It may differ from one SQL dialect to another (see samples).
+.TP
+.B children_cond <SQL expression>
+Specifies a where-clause template used to form a children search condition
+(dn="\.+,<dn>").
 It may differ from one SQL dialect to another (see samples).
 .TP
 .B oc_query <SQL expression>
@@ -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).