https://bugs.openldap.org/show_bug.cgi?id=7906
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |frederic.poisson(a)admin.gmes
| |saging.net
--- Comment #6 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
*** Issue 7822 has been marked as a duplicate of this issue. ***
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8653
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8653
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |DUPLICATE
Status|UNCONFIRMED |RESOLVED
--- Comment #2 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
This looks to be ITS#8864, which was fixed in OpenLDAP 2.4.48. Please confirm
if you get an opportunity to do so, thanks!
*** This issue has been marked as a duplicate of issue 8864 ***
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8864
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mail(a)artemil.de
--- Comment #5 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
*** Issue 8653 has been marked as a duplicate of this issue. ***
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9054
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9135
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9328
Issue ID: 9328
Summary: CLDAP ldap_result hangs if nobody listens on the port
Product: OpenLDAP
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: libraries
Assignee: bugs(a)openldap.org
Reporter: pbrezina(a)redhat.com
Target Milestone: ---
When using LDAP over UDP, calling ldap_result() hangs if there is nobody
listening on the remote port.
The problem is that it calls recvfrom() twice, the first attempt returns
ECONNREFUSED but this is ignored. The seconds read then blocks/timeouts/returns
EAGAIN depending on the sockets settings, however we know that we will never
receive any data so it should return an error. See [1]
poll([{fd=20, events=POLLIN|POLLPRI}], 1, 0) = 1 ([{fd=20, revents=POLLERR}])
recvfrom(20, 0x18dade0, 16256, 0, 0x18dad60, [128]) = -1 ECONNREFUSED
(Connection refused)
recvfrom(20, <unfinished ...>) = ?
[1]
https://git.openldap.org/pbrezina/openldap/-/blob/master/libraries/libldap/…
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9324
Issue ID: 9324
Summary: slapd can be stuck in REFRESH mode if a network error
occurs
Product: OpenLDAP
Version: 2.4.51
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: slapd
Assignee: bugs(a)openldap.org
Reporter: quanah(a)openldap.org
Target Milestone: ---
Found when a load balancer severed connection between a provider and consumers
while the consumers were in REFRESH mode, they deadlocked. Also blocked the
ability to update cn=config.
--
You are receiving this mail because:
You are on the CC list for the issue.