[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#6876) Ldaps fault tolerance not working



Full_Name: Nikita Koshikov
Version: 2.4.24
OS: gentoo-linux kernel 2.6.26
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (212.82.218.210)


Using openldap libraries for connection to Microsoft AD server with different
software(dovecot\squid) fault tolerance not working with ldaps protocol.

Example:
uris = ldaps://host1 ldaps://host2

When host1 is completly down - ldapsearch successfully connects to host2 and get
data,
but when host1 is up, but rejecting connection on port - library not trying
host2 - it just return error - connection reject.

This have been tested with openldap version 2.4.24 and 2.3.43(centos 5) - both
works the same. This behavior observed with ldapsearch, dovecot-imap server,
squid server.