Add equality match for olcSyncrepl

This commit is contained in:
Howard Chu 2007-02-06 00:22:49 +00:00
parent ca5a7249f2
commit 4067b97cf4

View file

@ -555,6 +555,7 @@ static ConfigTable config_back_cf_table[] = {
"SYNTAX OMsDN )", NULL, NULL },
{ "syncrepl", NULL, 0, 0, 0, ARG_DB|ARG_MAGIC,
&syncrepl_config, "( OLcfgDbAt:0.11 NAME 'olcSyncrepl' "
"EQUALITY caseIgnoreMatch "
"SYNTAX OMsDirectoryString X-ORDERED 'VALUES' )", NULL, NULL },
{ "threads", "count", 2, 2, 0,
#ifdef NO_THREADS