]> git.sur5r.net Git - openldap/commit
Fix error recovery, cleanup session handles. Always reschedule task
authorHoward Chu <hyc@openldap.org>
Fri, 24 Oct 2003 04:11:28 +0000 (04:11 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 24 Oct 2003 04:11:28 +0000 (04:11 +0000)
commitac7404eabd46150a889b3a7d072c36aabea4c336
treefc66de725c3d766cf2edf68b5b1dced23c31655b
parent11534f4ceeff130b03127411c0d6aa738b71e7c1
Fix error recovery, cleanup session handles. Always reschedule task
at end of do_syncrepl; this fixes the problem of syncrepl never starting
if the master isn't up. Set sync interval to 60 seconds in persist mode;
it will retry connecting to the master when the master isn't up. Fail on
SASL at config time instead of at runtime when SASL is not enabled.
servers/slapd/config.c
servers/slapd/syncrepl.c