Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
ca35cce9
Commit
ca35cce9
authored
Dec 03, 2015
by
Paul Terry
Committed by
Quanah Gibson-Mount
Jan 04, 2016
Browse files
ITS#8329 Add the id_query config item.
parent
df1266cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-sql/config.c
View file @
ca35cce9
...
...
@@ -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
}
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment