[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Master-Slave synchronizing problem
- To: OpenLDAP-software@OpenLDAP.org
- Subject: Master-Slave synchronizing problem
- From: "V. Mahesh Kumar" <maheshcc@iitb.ac.in>
- Date: Tue, 12 Sep 2006 23:39:49 +0530
- In-reply-to: <49312108C12E50F877C4221C@cadabra-sw.stanford.edu>
- References: <02bc01c67f68$fedb9e90$3200a8c0@bobafett> <7.0.1.0.0.20060524133041.06a18e48@nersc.gov> <49312108C12E50F877C4221C@cadabra-sw.stanford.edu>
- User-agent: Thunderbird 1.5.0.5 (X11/20060719)
Hello,
I am using openldap 1.23.2.8 .
I have one master server and 4 slaves.
One problem which I have noticed in the openldap is that, whenever any
attribute of a record is changed in master, while synchronizing it with
the slave, the corresponding record in the slave is completely deleted
and added freshly instead of updating the modified attributes.
Due to the above, for some fraction of time (seconds), the record is
not there in the slaves.
If the person concerning to that record trys to authenticate during
this time ( as we use slave for authentication ), it is showing
authentication failure. The more serious problem is that if a mail comes
to this receipent during that fraction of time it will be bounced.
Please let me know the solution for this problem.
regards,
Mahesh