Re: [python-win32] SSPI/NTLM authentication via XMLRPC

2009-10-09 Thread David
Thanks, Sorry for not doing my homework but what does the "auth dance" entail, how many backwards and forwards would there be, seeing as every bit of data would have to be encapsulated via xmlrpc, would that potentially mean many calls? On Fri, Oct 9, 2009 at 6:09 AM, Mark Hammond wrote: > On 9

Re: [python-win32] SSPI/NTLM authentication via XMLRPC

2009-10-08 Thread Mark Hammond
On 9/10/2009 10:11 AM, David wrote: Hi, I was wondering if this would be possible: At the minute i have a login xmlrpc call that takes a username/password as an argument. simple enough, authenticates off the windows domain via LogonUser(pywin32), the user then gets a cookie for the session(to e

[python-win32] SSPI/NTLM authentication via XMLRPC

2009-10-08 Thread David
Hi, I was wondering if this would be possible: At the minute i have a login xmlrpc call that takes a username/password as an argument. simple enough, authenticates off the windows domain via LogonUser(pywin32), the user then gets a cookie for the session(to execute further xmlrpc calls). I was wo