Skip Menu |

This queue is for tickets about the perl-ldap CPAN distribution.

Report information
The Basics
Id: 88792
Status: resolved
Priority: 0/
Queue: perl-ldap

People
Owner: Nobody in particular
Requestors: GHENRY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.57
Fixed in: 0.58



Subject: No such control as LDAP_CONTROL_SORTRESULT
Hi, The actual control is: LDAP_CONTROL_SORTRESPONSE "1.2.840.113556.1.4.474" /* RFC 2891 */ I'm just working on a patch and test. This means Net::LDAP::Control::SortResult is wrong and needs to be Net::LDAP::Control::SortResponse etc. Thanks.
Hi, severity 'critical' is definitely exaggerated; especially considering the fact that the issue reported is about the alias name of an OID only, and that perl-ldap works without a problem for more than a decade. Show quoted text
> LDAP_CONTROL_SORTRESPONSE "1.2.840.113556.1.4.474" /* RFC 2891 > */
This example is from OpenLDAP, not the RFC. The RFC does not give a name for the alias name of the OID. I plan to add LDAP_CONTROL_SORTRESPONSE as an additional name for the OID in the next release, but will not - for compatibility's sake - remove the old name nor will I rename the respective module name. Best Peter
Hi, please have a look at https://github.com/perl-ldap/perl-ldap/commits/next It contains the changes intended for the next release of perl-ldap, and I think the bug you reported is patched there. Please test Peter