[SSSD] [PATCH] LDAP: Try next failover server on any error

Stephen Gallagher sgallagh at redhat.com
Mon Nov 28 19:01:44 UTC 2011


Fixes https://fedorahosted.org/sssd/ticket/1101

Previously, we were only trying the next failover server if we got back
ETIMEDOUT (which was a relic of using ldap_initialize()). Now that we're
directly connecting to the socket manually, we need to ensure that we
handle all possible socket errors.

With this fix, we will now just treat ALL errors as requiring us to try
the next server.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-LDAP-Try-next-failover-server-on-any-error.patch
Type: text/x-patch
Size: 1433 bytes
Desc: not available
URL: <https://lists.fedorahosted.org/pipermail/sssd-devel/attachments/20111128/54f1efba/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <https://lists.fedorahosted.org/pipermail/sssd-devel/attachments/20111128/54f1efba/attachment.sig>


More information about the sssd-devel mailing list