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
_______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32