Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67080 - openldap-2.1.30-r2: ldapsearch hangs when querying active directory via TLS
Summary: openldap-2.1.30-r2: ldapsearch hangs when querying active directory via TLS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-11 05:19 UTC by Alun Jones
Modified: 2004-12-01 20:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to fix the problem (openldap-2.1.30-sslhangfix.patch,1.10 KB, patch)
2004-10-11 05:26 UTC, Alun Jones
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alun Jones 2004-10-11 05:19:58 UTC
The problem is the same as described at:

http://www.openldap.org/its/index.cgi/Software%20Bugs?id=3192

and the patch described there fixed the problem.

Reproducible: Always
Steps to Reproduce:
1.use ldapsearch to query an active directory server via SSL (ldaps://)
2.
3.
Actual Results:  
ldapsearch hangs (calling select) when it gets to the ldap_int_select function.

Expected Results:  
It should have finished!

Attached patch fixes problem.
Comment 1 Alun Jones 2004-10-11 05:26:30 UTC
Created attachment 41538 [details, diff]
Patch to fix the problem

Drop it into the files/openldap directory and add the appropriate line
to patch it on the ebuild script (tested on 2.1.30-r2)
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-12-01 20:54:10 UTC
in cvs now.