[python-win32] SSPI/NTLM authentication via XMLRPC

David admin at dmarkey.com
Fri Oct 9 01:11:24 CEST 2009


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 wondering if it would be possible to achieve SSO using SSPI/NTLM via
XMLRPC?

I see an example in win32/Demos/sspi/socket_server.py, im not sure if
something similar could be used via XMLRPC.


Thanks,

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20091009/7593f242/attachment.htm>


More information about the python-win32 mailing list