Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
fbea1a84
Commit
fbea1a84
authored
Dec 03, 2015
by
Howard Chu
Committed by
Quanah Gibson-Mount
Jan 04, 2016
Browse files
ITS#8329 finish prev commit
parent
ca35cce9
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-sql/config.c
View file @
fbea1a84
...
...
@@ -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
}
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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