On 31/10/2013 6:02 a.m., Carlos Defoe wrote:
Hi, It is possible to decode those "negotiate_kerberos_auth" debug messages? I tried "base64 -d", but it shows a lot of garbage and almost nothing readable.
It is a binary NTLMSSPI packet. I have put a simple decoder together for debugging purposes:
http://treenet.co.nz/projects/squid/ntlm_token.php Amos