Posted By:
Anonymous
Posted On:
Tuesday, October 10, 2006 12:58 PM
I am working on a web application which uses Websphere Application Server as a Web Server. I want to use NTLM Authentication to authenticate user via Windows NT Authentication in this application. I used the code given at http://www.jguru.com/faq/view.jsp?EID=1045412&page=2 It worked fine when I was using WAS Version 4. But after migrating to WAS 6.1, I am not able to find out the desired result. I never get a condition where "msg[8] == 3" .i.e Type 3 message in NTLM handshakes(called Authentication). Is there any settings at server side or any changes in the existing code to make it working ? Your response will be appreciated
More>>
I am working on a web application which uses Websphere Application Server as a Web Server.
I want to use NTLM Authentication to authenticate user via Windows NT Authentication in this application.
I used the code given at
http://www.jguru.com/faq/view.jsp?EID=1045412&page=2
It worked fine when I was using WAS Version 4.
But after migrating to WAS 6.1, I am not able to find out the desired result.
I never get a condition where "msg[8] == 3" .i.e Type 3 message in NTLM handshakes(called Authentication).
Is there any settings at server side or any changes in the existing code to make it working
?
Your response will be appreciated.
Thanks & Regards,
Ketan
<<Less