]> git.sur5r.net Git - openldap/commitdiff
Use IA5String for olcDbConfig to allow empty strings
authorHoward Chu <hyc@openldap.org>
Mon, 3 Sep 2007 00:41:30 +0000 (00:41 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 3 Sep 2007 00:41:30 +0000 (00:41 +0000)
servers/slapd/back-bdb/config.c

index 303035d3919566ee3327e80f427f93e03af84070..b21087a22354e909d86dc9c7e996fd660cfb52e5 100644 (file)
@@ -72,7 +72,7 @@ static ConfigTable bdbcfg[] = {
        { "dbconfig", "DB_CONFIG setting", 1, 0, 0, ARG_MAGIC|BDB_CONFIG,
                bdb_cf_gen, "( OLcfgDbAt:1.3 NAME 'olcDbConfig' "
                        "DESC 'BerkeleyDB DB_CONFIG configuration directives' "
-                       "SYNTAX OMsDirectoryString X-ORDERED 'VALUES' )", NULL, NULL },
+                       "SYNTAX OMsIA5String X-ORDERED 'VALUES' )", NULL, NULL },
        { "dbnosync", NULL, 1, 2, 0, ARG_ON_OFF|ARG_MAGIC|BDB_NOSYNC,
                bdb_cf_gen, "( OLcfgDbAt:1.4 NAME 'olcDbNoSync' "
                        "DESC 'Disable synchronous database writes' "