mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Use IA5String for olcDbConfig to allow empty strings
This commit is contained in:
parent
f385341f46
commit
75964a771f
1 changed files with 1 additions and 1 deletions
|
|
@ -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' "
|
||||
|
|
|
|||
Loading…
Reference in a new issue