eclipse pywintypes.com_error

Tim Golden mail at timgolden.me.uk
Fri Dec 7 08:40:42 EST 2007


gurkanserin at gmail.com wrote:
> i want to use active directory of my firm to user authentication.i am
> using active_directory module

By the way, if what you want to do is user *authentication* (as
opposed to authorisation) then the active_directory module won't
be any good to you. You want to use either the SSPI functionality
or the LogonUser API. There's a toy example of the latter here:

http://timgolden.me.uk/python/win32_how_do_i/check-a-users-credentials.html

TJG



More information about the Python-list mailing list