>>> <[email protected]> schrieb am 20.06.2022 um 13:33 in >>> Nachricht <[email protected]>: > Hi, > > I am new to ldap. We have 4 ldap servers, 2 of them are in mirror-mode > providers, 2 of them are just consumers/replicas. > I am working on loadbalancer for these 4 ldap servers using ldap/meta > backend. > I want to the ldap proxy/loadbalancer to, > redirect write requests to one of the 2 mirror-mode providers. > redirect read requests to any of the 2 replicas/consumers. > > I know ldap backend has uri list which can be used to redirect to > mirror-mode providers. But I want to redirect only the write requests.
Ignoring the loadbalancer issues, I think you add a race condition when reading possibly older data from your consumers and maybe write them back where newer data may exist already (i.e.: providers). BTW: Is a modify operation a read, or is it a write? Regards, Ulrich > > Regards, > Nagamani Chinnapaiyan
