[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.

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 wh

[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 ___