dB. wrote:
Yep. Let's see (using Waffle code - http://waffle.codeplex.com).
String message =
"TlRMTVNTUAABAAAAB4IIogAAAAAAAAAAAAAAAAAAAAAFASgKAAAADw==";
byte[] messageBytes = Base64.decode(message);
System.out.println(new String(messageBytes));
System.out.println(NtlmMessage.getMessageType(messageBytes));
NTLMSSP ... (this is an NTLM message)
1 (type 1)
Thanks. One more little bit of the mystery of NTLM/SPNEGO/SSPI/web
authentication/Kerberos/AD/.. uncovered.
One learns every day.
I guess I should have a look at Waffle. Specially since I'm a belgian
native too.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org