]> git.sur5r.net Git - openldap/commitdiff
ITS#3646 allow default index
authorHoward Chu <hyc@openldap.org>
Sat, 9 Apr 2005 07:32:51 +0000 (07:32 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 9 Apr 2005 07:32:51 +0000 (07:32 +0000)
servers/slapd/back-bdb/config.c

index e21d6062b56f79ee5f2417c20aacb3ba7e809465..d0bc54fa4fecf3a52beb8494b85ea399bf815503 100644 (file)
@@ -83,7 +83,7 @@ static ConfigTable bdbcfg[] = {
                "( OLcfgAt:1.6 NAME 'dbIDLcacheSize' "
                "DESC 'IDL cache size in IDLs' "
                "SYNTAX OMsInteger SINGLE-VALUE )", NULL, NULL },
-       { "index", "attr> <[pres,eq,approx,sub]", 3, 3, 0, ARG_MAGIC|BDB_INDEX,
+       { "index", "attr> <[pres,eq,approx,sub]", 2, 3, 0, ARG_MAGIC|BDB_INDEX,
                bdb_cf_gen, "( OLcfgAt:1.7 NAME 'dbIndex' "
                "DESC 'Attribute index parameters' "
                "SYNTAX OMsDirectoryString )", NULL, NULL },