From 4387ba382f3ae86b833b53b4aca4157873e188e2 Mon Sep 17 00:00:00 2001 From: Frank Dillon Date: Tue, 14 Apr 2009 17:27:22 +0000 Subject: [PATCH] Removed extra code which reset the uri to what was stored int he LDAP Link. --- lib/WebGUI/Auth/LDAP.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/WebGUI/Auth/LDAP.pm b/lib/WebGUI/Auth/LDAP.pm index a254d3ae0..9143893ed 100644 --- a/lib/WebGUI/Auth/LDAP.pm +++ b/lib/WebGUI/Auth/LDAP.pm @@ -66,7 +66,6 @@ sub _isValidLDAPUser { # Create an LDAP object if ($ldap = Net::LDAP->new($uri->host, (port=>$uri->port))) { - my $uri = $ldapLink->getURI; # Bind as a proxy user to search for the user trying to login if($connection->{connectDn}) { $auth = $ldap->bind(dn=>$connection->{connectDn}, password=>$connection->{identifier});