Hi,
 
I have a master-slave set-up with write operations always being done to the master node. Now there is an issue where i need to read some data immediately after write, and my read request goes to the slave. It fails in cases when replication hasnt happened from master to slave before this read operation.
 
Is there a LDAP level configuration to handle this situation? Can chaining help in this case?
 
Any help would be appreciated.

Cheers,
Ankur