https://bugs.openldap.org/show_bug.cgi?id=9328
--- Comment #2 from pbrezina@redhat.com --- Created attachment 757 --> https://bugs.openldap.org/attachment.cgi?id=757&action=edit Minimal reproducer
$ gcc -ggdb3 -o client ./main.c -lldap $ strace ./client ... sendto(3, "0'\2\1\1\4\0c \4\0\n\1\0\n\1\0\2\1\0\2\1\0\1\1\0\207\vobje"..., 41, 0, {sa_family=AF_INET, sin_port=htons(3333), sin_addr=inet_addr("127.0.0.1")}, 16) = 41 poll([{fd=3, events=POLLIN|POLLPRI}], 1, 1000) = 1 ([{fd=3, revents=POLLERR}]) recvfrom(3, 0x493b10, 16256, 0, 0x493a90, [128]) = -1 ECONNREFUSED (Connection refused) recvfrom(3,
No LDAP server is running at localhost.