[Freeipa-devel] [freeipa PR#128][opened] Properly handle LDAP socket closures in ipa-otpd

npmccallum freeipa-github-notification at redhat.com
Fri Sep 30 18:00:12 UTC 2016


   URL: https://github.com/freeipa/freeipa/pull/128
Author: npmccallum
 Title: #128: Properly handle LDAP socket closures in ipa-otpd
Action: opened

PR body:
"""
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
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/128/head:pr128
git checkout pr128
-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-pr-128.patch
Type: text/x-diff
Size: 2923 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20160930/c0946ba7/attachment.bin>


More information about the Freeipa-devel mailing list