OpenLDAP 2.4 Change Log
OpenLDAP 2.4.23 Engineering
+ Fixed slapd syncrepl rid logging (ITS#6533)
Fixed contrib/nssov network.c missing patch (ITS#6562)
OpenLDAP 2.4.22 Release (2010/04/24)
return 1;
} else {
Debug( LDAP_DEBUG_CONFIG,
- "Config: ** successfully added syncrepl \"%s\"\n",
+ "Config: ** successfully added syncrepl %s \"%s\"\n",
+ si->si_ridtxt,
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 );
if ( c->be->be_syncinfo ) {
syncinfo_t *sip;