mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 14:10:39 -05:00
document another (optional) config directive
This commit is contained in:
parent
17493164ea
commit
5a0ba6e429
1 changed files with 8 additions and 2 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue