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
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