[EMAIL PROTECTED] 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 -- http://mail.python.org/mailman/listinfo/python-list