[Tutor] Windows Domain Authentication

2006-07-07 Thread Jacob Abraham
Dear Tutors,

   I am about to start on a project that would reuse
Windows Domain Authentication over XML-RPC in python.
This may involve the rewrite of the XML-RPC client and
server. Could someone point me in the right direction
so that I can run from there.

Cheers,
Jacob Abraham

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] Windows Domain Authentication

2006-07-07 Thread Kent Johnson
Jacob Abraham wrote:
I am about to start on a project that would reuse
 Windows Domain Authentication over XML-RPC in python.
 This may involve the rewrite of the XML-RPC client and
 server. Could someone point me in the right direction
 so that I can run from there.
I'm not at all sure what you are asking for. Are you writing an XML-RPC 
system that authenticates clients via Windows Domain Auth, or an 
authorization server that exposes an XML-RPC API? Do you want to rewrite 
the XML-RPC client and server from the standard lib? If so the source 
for them is in C:\Python24\Lib or the equivalent (see xmlrpclib.py and 
SimpleXMLRPCServer.py).

Kent

___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


[Tutor] Windows Domain Authentication

2006-07-07 Thread Jacob Abraham
Hi Kent

I am trying to write a XML-RPC system that
authenticates clients via Windows Domain Auth. I just
wanted to know how best to go about doing this, since
I come from a Linux background and am not familiar
with the win32 API.

I've just started looking at named pipes as a
possible solution.

Thanks.
Jacob Abraham

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor