mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 15:49:34 -05:00
Distinguish error message for frontendDB config
This commit is contained in:
parent
47b4f99363
commit
32fe0ead9f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue