Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 67080

Summary: openldap-2.1.30-r2: ldapsearch hangs when querying active directory via TLS
Product: Gentoo Linux Reporter: Alun Jones <auj>
Component: Current packagesAssignee: Robin Johnson <robbat2>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch to fix the problem

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.