environments/ppa-mbqj77/deployments/1
Xavier Guimard 9 years ago
parent 95036d6acb
commit fabef44f72
  1. 4
      lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Lib/AuthBasic.pm

@ -64,8 +64,8 @@ sub createSession {
$xheader .= $class->remote_ip;
my $soapHeaders = HTTP::Headers->new( "X-Forwarded-For" => $xheader );
my $soapClient =
SOAP::Lite->proxy( $tsv->{portal}->(), default_headers => $soapHeaders )
my $soapClient = SOAP::Lite->proxy( $class->tsv->{portal}->(),
default_headers => $soapHeaders )
->uri('urn:Lemonldap::NG::Common::CGI::SOAPService');
my $creds = $class->header_in('Authorization');

Loading…
Cancel
Save