mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
ITS#8329 finish prev commit
This commit is contained in:
parent
33ed03a64b
commit
af0c7ae038
@ -216,7 +216,7 @@ static ConfigTable sqlcfg[] = {
|
||||
{ "id_query", "SQL expression", 2, 0, 0, ARG_STRING|ARG_QUOTE|ARG_OFFSET,
|
||||
(void *)offsetof(struct backsql_info, sql_id_query),
|
||||
"( OLcfgDbAt:6.46 NAME 'olcSqlIdQuery' "
|
||||
"DESC 'Custom ID query' "
|
||||
"DESC 'Query used to collect entryID mapping data' "
|
||||
"SYNTAX OMsDirectoryString SINGLE-VALUE )", NULL, NULL },
|
||||
{ NULL, NULL, 0, 0, 0, ARG_IGNORED,
|
||||
NULL, NULL, NULL, NULL }
|
||||
@ -238,7 +238,7 @@ static ConfigOCs sqlocs[] = {
|
||||
"olcSqlFailIfNoMapping $ olcSqlAllowOrphans $ olcSqlBaseObject $ "
|
||||
"olcSqlLayer $ olcSqlUseSubtreeShortcut $ olcSqlFetchAllAttrs $ "
|
||||
"olcSqlFetchAttrs $ olcSqlCheckSchema $ olcSqlAliasingKeyword $ "
|
||||
"olcSqlAliasingQuote $ olcSqlAutocommit ) )",
|
||||
"olcSqlAliasingQuote $ olcSqlAutocommit $ olcSqlIdQuery ) )",
|
||||
Cft_Database, sqlcfg },
|
||||
{ NULL, Cft_Abstract, NULL }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user