[python-win32] NTLM authentication using win32security and sspi

2009-02-02 Thread Aditya Jayraman
Hi I am a newbie to pywin32 and windows programming. I am trying to achieve NTLM authentication using the win32security and sspi modules. Basically what I need to do is "verify the client's response to the server's challenge", like what a DC would do to complete the NTLM authentication between a

Re: [python-win32] NTLM authentication using win32security and sspi

2009-02-02 Thread Mark Hammond
On 3/02/2009 10:51 AM, Aditya Jayraman wrote: Hi I am a newbie to pywin32 and windows programming. I am trying to achieve NTLM authentication using the win32security and sspi modules. Basically what I need to do is "verify the client's response to the server's challenge", like what a DC would

Re: [python-win32] NTLM authentication using win32security and sspi

2009-02-02 Thread Aditya Jayraman
Mark, Thanks for replying. I just found the examples just after posting the question. They are quite useful. Thanks Aditya On Mon, Feb 2, 2009 at 5:57 PM, Mark Hammond wrote: > On 3/02/2009 10:51 AM, Aditya Jayraman wrote: > >> >> Hi >> >> I am a newbie to pywin32 and windows programming. >> >>