Re: [python-win32] Kerberos Authentication

2009-02-04 Thread Aditya Jayraman
In other words, Im asking if there is any module that will help with encoding/decoding SPNEGO Tokens (aka security blobs) Thanks, Aditya On Tue, Feb 3, 2009 at 5:46 PM, Aditya Jayraman wrote: > I am trying to create server that needs to authenticate clients using > Kerberos. > > Assuming the cl

[python-win32] Kerberos Authentication

2009-02-03 Thread Aditya Jayraman
I am trying to create server that needs to authenticate clients using Kerberos. Assuming the clients are presenting a Kerberos Service Ticket to the Server, I need a way to: 1. Unpack the ticket 2. Decrypt the encrypted part and recover the Session Key. (Assuming I have have access to my Server's