Issue 7005 - Collision of LDAP calls between Oracle, Curl and OpenLDAP libraries
Summary: Collision of LDAP calls between Oracle, Curl and OpenLDAP libraries
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: 2.4.23
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-01 11:00 UTC by mahesh.babu.pothuri@convergys.com
Modified: 2017-04-28 20:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description mahesh.babu.pothuri@convergys.com 2011-08-01 11:00:24 UTC
Full_Name: Mahesh P
Version: 2.4.23
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (206.126.170.20)


Hi,

We have one application which will use the Oracle DB, OpenLDAP and Curl
libraries.
We have started the LDAP server. And we want to perform search/add/update
operations using LDAP calls ldap_search_ext_s(), ldap_add_ext_s() and
ldap_modify_ext_s().

While performing the search Operation, getting the "Bad Search Filter" error.
In the application code we have used the ldap_initialize() for getting the LDAP
handle.I am thinking this problem is result of the collision of LDAP calls
between Oracle Library and OpenLDAP,Curl libraries.

When we did nm on libclntsh.so.11.1, got the references for

0000000001055732 T ldap_search_ext
0000000001055594 T ldap_search_ext_s
0000000001051714 T ora_ldap_search_ext
000000000105145a T ora_ldap_search_ext_s


If we try to have a standalone program without any database connectivity same
LDAP code is working fine for the search/add/modify operations.

Kindly please advise how we can avoid the problem if we use Oracle DB, OpenLDAP
and CURL functionality in out application code.

Thanks
Mahesh

Comment 1 Quanah Gibson-Mount 2017-04-28 20:40:14 UTC
Hello,

The issue reported here is not a problem caused by OpenLDAP.  It appears to 
be due to a static LDAP library from Oracle that was compiled in.  You 
would need to raise this issue with Oracle for a resolution.  This ITS will 
be closed.

Regards,
Quanah

--

Quanah Gibson-Mount
Product Architect
Symas Corporation
Packaged, certified, and supported LDAP solutions powered by OpenLDAP:
<http://www.symas.com>


Comment 2 OpenLDAP project 2017-04-28 20:40:23 UTC
Not an OpenLDAP issue to fix.  Oracle's problem.
Comment 3 Quanah Gibson-Mount 2017-04-28 20:40:23 UTC
changed notes
changed state Open to Closed