(RADIATOR) Bug in AuthLDAP2.pm (Radiator v3.13) relating to alias and dereferencing

Lohier, Matthew Matthew.Lohier at pba.com.au
Mon Nov 21 23:36:40 CST 2005


Hi guys,

Yeah I noticed (after a little while) that the Deref configuration item
in LDAP2 was not going through to LDAP. Deref is passed to Net::LDAP in
the connection creation (new) but it's not supposed to! (see CPAN
Net::LDAP). 'deref' is expected as an optional parameter in the 'search'
method instead.


       sub {
	   $result = $self->{ld}->search
	      (base => $basedn,
		scope => $self->{Scope},
		filter => $filter,
		attrs => \@attrs,
		deref => $self->{Deref});
	  
I've tried and it works. Sorry if I'm work or if that problem was
already reported.

Cheers / Matt



----------------------------------------------------
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
----------------------------------------------------

--
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.


More information about the radiator mailing list