mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#4047 fix nested overlay configuration
This commit is contained in:
parent
a88f0c5461
commit
98a13edc39
@ -145,6 +145,8 @@ over_db_config(
|
||||
ct = config_find_keyword( on->on_bi.bi_cf_ocs->co_table, &ca );
|
||||
if ( ct ) {
|
||||
rc = config_add_vals( ct, &ca );
|
||||
if ( rc != SLAP_CONF_UNKNOWN )
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (on->on_bi.bi_db_config && rc == SLAP_CONF_UNKNOWN) {
|
||||
|
Loading…
Reference in New Issue
Block a user