mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
ITS#3818 fix index_substr_any_step keyword
This commit is contained in:
parent
86e6207b63
commit
4a107089d8
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ static ConfigTable config_back_cf_table[] = {
|
|||
{ "index_substr_any_len", "len", 2, 2, 0, ARG_INT|ARG_NONZERO,
|
||||
&index_substr_any_len, "( OLcfgGlAt:22 NAME 'olcIndexSubstrAnyLen' "
|
||||
"SYNTAX OMsInteger SINGLE-VALUE )", NULL, NULL },
|
||||
{ "index_substr_step", "step", 2, 2, 0, ARG_INT|ARG_NONZERO,
|
||||
{ "index_substr_any_step", "step", 2, 2, 0, ARG_INT|ARG_NONZERO,
|
||||
&index_substr_any_step, "( OLcfgGlAt:23 NAME 'olcIndexSubstrAnyStep' "
|
||||
"SYNTAX OMsInteger SINGLE-VALUE )", NULL, NULL },
|
||||
{ "lastmod", "on|off", 2, 2, 0, ARG_DB|ARG_ON_OFF|ARG_MAGIC|CFG_LASTMOD,
|
||||
|
|
|
|||
Loading…
Reference in a new issue