Bug 671341
Summary: | function ldap_init_fd() not provided by openldap | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | RHEL Program Management <pm-rhel> |
Component: | openldap | Assignee: | Jan Vcelak <jvcelak> |
Status: | CLOSED ERRATA | QA Contact: | Ondrej Moriš <omoris> |
Severity: | medium | Docs Contact: | |
Priority: | urgent | ||
Version: | 5.6 | CC: | jentrena, jplans, jvcelak, kdudka, omoris, ovasik, pm-eus, prc, rvokal, tsmetana |
Target Milestone: | rc | Keywords: | ZStream |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | openldap-2.3.43-12.el5_6.5 | Doc Type: | Bug Fix |
Doc Text: |
Prior to this update, the libldap library did not provide the ldap_init_fd() function, even though certain utilities such as cURL rely on it and could not work properly as a result. This update applies a backported upstream patch that implements this API function, so that these tools can now work as expected.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2011-01-25 22:50:03 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 655133 | ||
Bug Blocks: |
Description
RHEL Program Management
2011-01-21 09:58:09 UTC
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: - some tools (like curl) may require ldap_init_fd() API function from libldap - compilation of these tools will fail as this function is missing in current version - backported upstream patch adding ldap_init_fd() API function - ldap library now provides desired function and tools (like curl) can use it Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1,4 +1,4 @@ - some tools (like curl) may require ldap_init_fd() API function from libldap -- compilation of these tools will fail as this function is missing in current version +- some extended functionality of these tools will not be available as this function is missing in current version - backported upstream patch adding ldap_init_fd() API function - ldap library now provides desired function and tools (like curl) can use it Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1,4 +1 @@ -- some tools (like curl) may require ldap_init_fd() API function from libldap +Prior to this update, the libldap library did not provide the ldap_init_fd() function, even though certain utilities such as cURL rely on it and could not work properly as a result. This update applies a backported upstream patch that implements this API function, so that these tools can now work as expected.-- some extended functionality of these tools will not be available as this function is missing in current version -- backported upstream patch adding ldap_init_fd() API function -- ldap library now provides desired function and tools (like curl) can use it An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0178.html |