Distinguish error message for frontendDB config

This commit is contained in:
Howard Chu 2005-12-07 11:34:16 +00:00
parent 47b4f99363
commit 32fe0ead9f

View File

@ -792,7 +792,7 @@ read_config_file(const char *fname, int depth, ConfigArgs *cf, ConfigTable *cft)
}
}
} else if ( c->be ) {
} else if ( c->be && c->be != frontendDB ) {
rc = SLAP_CONF_UNKNOWN;
if ( c->be->be_cf_ocs ) {
ct = config_find_keyword( c->be->be_cf_ocs->co_table, c );