Hi, I am trying to understand and decode in Ethereal the Kerberos 5 tokens that are included in SPNEGO ...
The code claims that they are GSSAPI encapsulated etc, but I cannot find any documentation for that. >From the code I can see that it looks like: Application (0) { OID Boolean 0 Byte Sequence: Ticket ... } It actually seems to violate ASN1, because I would expect the OID, Boolean and Ticket to be wrapped up in a Sequence wrapper. Is it some sort of Private MS encoding/Joke? Does anyone have any comments? Regards ----- Richard Sharpe, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]