Re: [NET] Telnet NTLM Authentication

2011-06-10 Thread sebb
On 10 June 2011 13:00, abhijeet gaikwad wrote: > Hi Team, > I was able to extend commons-net Telnet API to support NTLM Authentication. > I extended TelnetOptionHandler to create my own AuthTypeHandler for NTLM. > For creating NTLM packets I used JCIFS API. The challenge NTLM message that > I am r

[NET] Telnet NTLM Authentication

2011-06-10 Thread abhijeet gaikwad
Hi Team, I was able to extend commons-net Telnet API to support NTLM Authentication. I extended TelnetOptionHandler to create my own AuthTypeHandler for NTLM. For creating NTLM packets I used JCIFS API. The challenge NTLM message that I am recieving from the server is more than 256 bytes, but curre