mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Additional log msg for config tree processing failures
This commit is contained in:
parent
29731c1850
commit
b265c37c9b
1 changed files with 4 additions and 0 deletions
|
|
@ -2535,6 +2535,10 @@ config_ldif_resp( Operation *op, SlapReply *rs )
|
|||
|
||||
sc->cfb->cb_got_ldif = 1;
|
||||
rs->sr_err = config_add_internal( sc->cfb, rs->sr_entry, sc->ca, NULL, NULL );
|
||||
if ( rs->sr_err != LDAP_SUCCESS ) {
|
||||
Debug( LDAP_DEBUG_ANY, "config error processing %s: %s\n",
|
||||
rs->sr_entry->e_name.bv_val, sc->ca->msg, 0 );
|
||||
}
|
||||
}
|
||||
return rs->sr_err;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue