]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Fix integerMatch to booleanMatch
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 18 Dec 2018 19:26:37 +0000 (19:26 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 18 Dec 2018 19:26:37 +0000 (19:26 +0000)
servers/slapd/bconfig.c

index 8b3d3757d3a9158c3784563c81d4e9c51b7da066..e30edd664cada642d2aea9e45c53f213005ac2d5 100644 (file)
@@ -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 integerMatch "
+                       "EQUALITY booleanMatch "
                        "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' "