Bug 717722

Summary: wrong ldap_sync_destroy() prototype in ldap_sync(3) manpage
Product: [Fedora] Fedora Reporter: Adam Tkac <atkac>
Component: openldapAssignee: Jan Vcelak <jvcelak>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 15CC: jvcelak, ovasik, rmeggins, tsmetana
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: openldap-2.4.24-5.fc15 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-11-17 23:42:20 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:
Attachments:
Description Flags
proposed patch none

Description Adam Tkac 2011-06-29 16:56:01 UTC
Description of problem:
ldap_sync(3) manpage contains:

SYNOPSIS
...
int ldap_sync_destroy(ldap_sync_t *ls, int freeit);
...

However /usr/include/ldap.h & openldap-2.4.24/libraries/libldap/ldap_sync.c contains:

void
ldap_sync_destroy( ldap_sync_t *ls, int freeit );

Manual page should be updated because ldap_sync_destroy returns nothing, not integer.

Version-Release number of selected component (if applicable):
$ rpm -q openldap-devel
openldap-devel-2.4.24-3.fc15.x86_64

Comment 1 Jan Vcelak 2011-08-24 17:22:45 UTC
Created attachment 519672 [details]
proposed patch

proposed patch

Comment 2 Jan Vcelak 2011-08-24 17:36:31 UTC
Submitted upstream:
http://www.openldap.org/its/index.cgi?findid=7028

Comment 3 Fedora Update System 2011-08-24 19:39:17 UTC
openldap-2.4.24-4.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/openldap-2.4.24-4.fc15

Comment 4 Fedora Update System 2011-08-26 19:04:12 UTC
Package openldap-2.4.24-4.fc15:
* should fix your issue,
* was pushed to the Fedora 15 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing openldap-2.4.24-4.fc15'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/openldap-2.4.24-4.fc15
then log in and leave karma (feedback).

Comment 5 Fedora Update System 2011-09-12 19:02:21 UTC
openldap-2.4.24-5.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/openldap-2.4.24-5.fc15

Comment 6 Fedora Update System 2011-11-17 23:42:20 UTC
openldap-2.4.24-5.fc15 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.