I believe there is a typo in the Search.pm module resulting in the
references method returning an empty list when accessed from a
Net::LDAP::Search object.
58c58
< push(@{$self->{'reference'} ||= []}, @$data);
---
> push(@{$self->{'Reference'} ||= []}, @$data);
In the decode sub, the data is being pushed onto the 'reference' key and
references method is looking at 'Reference' key.
regards,
Craig Rawlins.
****************************************************************************
****************************************************************************
**************************************************************************
This e-mail, together with any attachments, is intended for the named
recipient(s) only.
If you have received this message in error, you are asked to inform the
sender as quickly as possible and delete this message and any copies of this
message from your computer system network.
Any form of disclosure, modification, distribution and/or publication of
this e-mail message is prohibited.
Unless stated otherwise, this e-mail represents only the views of the sender
and not the views of the Department of Innovation and Information
Economy, Sport and Recreation Queensland.
****************************************************************************
****************************************************************************
**************************************************************************
|