[python-win32] LsaLogonUser in win32security?

Aditya Jayraman adit99 at gmail.com
Fri Mar 6 18:28:12 CET 2009


Roger,
Thanks for replying.

I need it for a very specific case.
I need to implement pass through authentication with different NTLM flavors.

any suggestions on how this can be done with any of the current methods?
LsaCallAuthenticationPackage() looks promising. Although the MSDN docs are
not clear
on how pass through authentication can be achieved with this.

Thanks,
Aditya

On Fri, Mar 6, 2009 at 5:43 AM, Roger Upole <rwupole at msn.com> wrote:

> Aditya Jayraman wrote:
>
>> I was wondering if the pywin32 package implements the LsaLogonUser()
>> method
>> (not to be confused with the LogonUser() method)
>> I looked through the win32security module and could not find it.
>>
>> Thanks
>> --Aditya
>>
>>
> Nope, it's not there yet.  I have a partial implementation locally, but
> handling all the various structs used by different authentication
> packages is a major pain.
>
>      Roger
>
> _______________________________________________
> python-win32 mailing list
> python-win32 at python.org
> http://mail.python.org/mailman/listinfo/python-win32
>



-- 
-Aditya
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20090306/f7d112f3/attachment.htm>


More information about the python-win32 mailing list