mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-27 00:26:33 -06:00
304300fd87
In at least one case, when an LDAP socket closes, a read event is fired rather than an error event. Without this patch, ipa-otpd silently ignores this event and enters a state where all bind auths fail. To remedy this problem, we pass error events along the same path as read events. Should the actual read fail, we exit. https://bugzilla.redhat.com/show_bug.cgi?id=1377858 https://fedorahosted.org/freeipa/ticket/6368 Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> |
||
---|---|---|
.. | ||
bind.c | ||
forward.c | ||
internal.h | ||
ipa-otpd.socket.in | ||
ipa-otpd@.service.in | ||
main.c | ||
Makefile.am | ||
parse.c | ||
query.c | ||
queue.c | ||
stdio.c | ||
test.py |