Issue 8093 - Error string for LDAP_X_CONNECTING is missing
Summary: Error string for LDAP_X_CONNECTING is missing
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-26 09:50 UTC by mikko.auvinen@vincit.fi
Modified: 2015-07-02 17:50 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 mikko.auvinen@vincit.fi 2015-03-26 09:50:00 UTC
Full_Name: Mikko Auvinen
Version: git master
OS: Windows 8.1
URL: ftp://ftp.openldap.org/incoming/mikko-auvinen-150326.patch
Submission from: (NULL) (83.102.45.242)


ldap_search_ext() returns LDAP_X_CONNECTING when async connect attempt is
ongoing.

ldap_err2string() is missing an error string for LDAP_X_CONNECTING so it's
returning "Unknown API error".

Here's a patch that fixes this.
Comment 1 Howard Chu 2015-04-01 19:53:23 UTC
changed notes
changed state Open to Test
moved from Incoming to Software Bugs
Comment 2 Howard Chu 2015-04-01 20:18:21 UTC
mikko.auvinen@vincit.fi wrote:
> Full_Name: Mikko Auvinen
> Version: git master
> OS: Windows 8.1
> URL: ftp://ftp.openldap.org/incoming/mikko-auvinen-150326.patch
> Submission from: (NULL) (83.102.45.242)
>
>
> ldap_search_ext() returns LDAP_X_CONNECTING when async connect attempt is
> ongoing.
>
> ldap_err2string() is missing an error string for LDAP_X_CONNECTING so it's
> returning "Unknown API error".
>
> Here's a patch that fixes this.
>
>
Thanks, committed to master.

-- 
   -- Howard Chu
   CTO, Symas Corp.           http://www.symas.com
   Director, Highland Sun     http://highlandsun.com/hyc/
   Chief Architect, OpenLDAP  http://www.openldap.org/project/

Comment 3 Quanah Gibson-Mount 2015-04-03 19:10:49 UTC
changed notes
changed state Test to Release
Comment 4 OpenLDAP project 2015-07-02 17:50:18 UTC
fixed in master
fixed in RE25
fixed in RE24
Comment 5 Quanah Gibson-Mount 2015-07-02 17:50:18 UTC
changed notes
changed state Release to Closed