mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Distinguish error message for frontendDB config
This commit is contained in:
parent
47b4f99363
commit
32fe0ead9f
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user