Skip to content
Snippets Groups Projects
Commit ef89f5cc authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

ITS#5798

parent 2abee37e
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,7 @@ OpenLDAP 2.4.13 Engineering ...@@ -26,6 +26,7 @@ OpenLDAP 2.4.13 Engineering
Added slapd support for certificateListExactMatch (ITS#5700) Added slapd support for certificateListExactMatch (ITS#5700)
Fixed slapd syncrepl event loss (ITS#5710) Fixed slapd syncrepl event loss (ITS#5710)
Fixed slapd syncrepl MOD of attrs with no EQ rule (ITS#5781) Fixed slapd syncrepl MOD of attrs with no EQ rule (ITS#5781)
Fixed slapd syncrepl schema checking (ITS#5798)
Fixed slapd undef promote (ITS#5783,ITS#5795) Fixed slapd undef promote (ITS#5783,ITS#5795)
Added slapd What failed? control (ITS#5784) Added slapd What failed? control (ITS#5784)
Fixed slapd-bdb/hdb invalid db crash (ITS#5698) Fixed slapd-bdb/hdb invalid db crash (ITS#5698)
......
...@@ -4063,9 +4063,6 @@ add_syncrepl( ...@@ -4063,9 +4063,6 @@ add_syncrepl(
"Config: ** successfully added syncrepl \"%s\"\n", "Config: ** successfully added syncrepl \"%s\"\n",
BER_BVISNULL( &si->si_bindconf.sb_uri ) ? BER_BVISNULL( &si->si_bindconf.sb_uri ) ?
"(null)" : si->si_bindconf.sb_uri.bv_val, 0, 0 ); "(null)" : si->si_bindconf.sb_uri.bv_val, 0, 0 );
if ( !si->si_schemachecking ) {
SLAP_DBFLAGS(c->be) |= SLAP_DBFLAG_NO_SCHEMA_CHECK;
}
if ( c->be->be_syncinfo ) { if ( c->be->be_syncinfo ) {
si->si_cookieState = c->be->be_syncinfo->si_cookieState; si->si_cookieState = c->be->be_syncinfo->si_cookieState;
} else { } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment