From: Howard Chu Date: Thu, 29 May 2008 01:46:19 +0000 (+0000) Subject: ITS#5536 send SID for glued DBs as well as multimaster X-Git-Tag: LOCKER_IDS~131 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5a97371ef3511c8d62ac26d744512ce83f7eebe5;p=openldap ITS#5536 send SID for glued DBs as well as multimaster --- diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index 0428dfb3ba..f4981f32e6 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -580,8 +580,10 @@ do_syncrep1( ldap_set_option( si->si_ld, LDAP_OPT_TIMELIMIT, &si->si_tlimit ); si->si_syncCookie.rid = si->si_rid; - si->si_syncCookie.sid = SLAP_SINGLE_SHADOW( si->si_be ) ? -1 : - slap_serverID; + + /* whenever there are multiple data sources possible, advertise sid */ + si->si_syncCookie.sid = ( SLAP_MULTIMASTER( si->si_be ) || SLAP_GLUE_SUBORDINATE( si->si_be ) || + SLAP_GLUE_INSTANCE( si->si_be )) ? slap_serverID : -1; /* We've just started up, or the remote server hasn't sent us * any meaningful state.