Subject: (Perl) WWW-Authenticate: NTLM using LWP::* or Net::* ????

Is there a way to perform NTLM WWW-Authentication via LWP::* or Net::* ???

I am on Solaris 8 talking to IIS/5.0 w/WebServices; I've been trying (Perl)
LWP::* with Soap::Lite; but I keep getting the following error:

GET  
http://207.203.95.95/bill/BrokerEmployee.asmx/ClassRoster?strBrokerID=ETB251
&strClassReferenceNumber=138887&strTerm=20021 --> 401 Access Denied
Connection: close
Date: Sat, 20 Oct 2001 04:10:10 GMT
Server: Microsoft-IIS/5.0
WWW-Authenticate: Negotiate
WWW-Authenticate: NTLM
Content-Length: 3643
Content-Type: text/html
Content-Type: text-html; charset=Windows-1252
Client-Date: Sat, 20 Oct 2001 04:08:53 GMT
Client-Request-Num: 1
Client-Warning: Unsupported authentication scheme 'ntlm'
Title: You are not authorized to view this page
X-Meta-ROBOTS: NOINDEX

<HTML>
<HEAD><TITLE>An Error Occurred</TITLE></HEAD>
<BODY>
<H1>An Error Occurred</H1>
401 Access Denied
</BODY>
</HTML>

I need to pass three things:  UID, PWD, and Domain/Realm as MD5/Digest (not
sure about that.)  I've found very little in the way of either discussion or
documentation.

Also, I guess ultimately, I want to talk to it via SSL (if I ever get into
production :(  Anyhow, any insight, thoughts, or comments would be most
welcome  :)

Thx!
-Sx-   :]
William C (Bill) Jones
Lead, Courseware Support Analyst
(Lead e-Systems Developer)
Florida Community College at Jacksonville
501 West State Street, Rm 229
Jacksonville, Florida  32202-4030
        [EMAIL PROTECTED]
PHONE   (904) 632-3089
FAX     (904) 632-3007
__________________________________________________________________
"I know you believe you understand what you think I said, but I am
not sure you realize that what you heard is not what I meant."
  :::  Richard Nixon


Reply via email to