[python-win32] User transparent authentication with PDC

Mark Hammond skippy.hammond at gmail.com
Mon Jan 19 23:33:33 CET 2009


On 20/01/2009 1:35 AM, le dahut wrote:
> Hello,
> I've written a python network app in which the server runs on a
> Samba-PDC (NT Domain controler) and the client on the windows NTdomain
> clients.
>
> I want to authenticate the connexions to the python server using a
> transparent method.
>
> Is there a way to get a user NTdomain authentication token and give it
> back to the python-server so that it can validate it against the PDC ?

Look for the 'sspi' functions and demos, particularly the 
win32\demos\security\sspi directory.

Cheers,

Mark


More information about the python-win32 mailing list