mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
ITS#8329 Add the id_query config item.
This commit is contained in:
parent
3a305253a0
commit
33ed03a64b
@ -213,6 +213,11 @@ static ConfigTable sqlcfg[] = {
|
||||
ARG_ON_OFF|ARG_MAGIC|BSQL_AUTOCOMMIT, (void *)sql_cf_gen,
|
||||
"( OLcfgDbAt:6.45 NAME 'olcSqlAutocommit' "
|
||||
"SYNTAX OMsBoolean SINGLE-VALUE )", NULL, NULL },
|
||||
{ "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' "
|
||||
"SYNTAX OMsDirectoryString SINGLE-VALUE )", NULL, NULL },
|
||||
{ NULL, NULL, 0, 0, 0, ARG_IGNORED,
|
||||
NULL, NULL, NULL, NULL }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user