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
Nadezhda Ivanova
OpenLDAP
Commits
71a5d7cc
Commit
71a5d7cc
authored
Dec 18, 2018
by
Quanah Gibson-Mount
Browse files
Fix integerMatch to booleanMatch
parent
3add82a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/bconfig.c
View file @
71a5d7cc
...
...
@@ -416,7 +416,7 @@ static ConfigTable config_back_cf_table[] = {
"SUP labeledURI )"
,
NULL
,
NULL
},
{
"index_hash64"
,
"on|off"
,
2
,
2
,
0
,
ARG_ON_OFF
|
ARG_MAGIC
|
CFG_IX_HASH64
,
&
config_generic
,
"( OLcfgGlAt:94 NAME 'olcIndexHash64' "
"EQUALITY
integer
Match "
"EQUALITY
boolean
Match "
"SYNTAX OMsBoolean SINGLE-VALUE )"
,
NULL
,
NULL
},
{
"index_substr_if_minlen"
,
"min"
,
2
,
2
,
0
,
ARG_UINT
|
ARG_NONZERO
|
ARG_MAGIC
|
CFG_SSTR_IF_MIN
,
&
config_generic
,
"( OLcfgGlAt:20 NAME 'olcIndexSubstrIfMinLen' "
...
...
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