|
Hi Guys,
I was wondering if someone could offer some help. I've got an IIS6 server running on Windows 2003 and I'm trying to authenticate using windows integrated security. I can make it through the first two phases of NTLM authentication but not the third. I don't, yet, have access to a C++ compiler so that I can compile the kerberos perl modules so for now I am stuck with NTLM. I've set up IIS6 to accept both NTLM and kerberos. Can anyone spot any glaring errors in the following test code? use warnings;
# Set up the ntlm client and then the base64 encoded ntlm handshake
message $ua->credentials('IP:443', '', '$user', '$pwd'); $request = GET $url; if ($response->is_success) {print "It worked!->" . $response->code .
"\n"}
--Richard
|
_______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
