Re: [GINAHOOK] Pass logon data to Winlogon
- From: Jakub Gwozdz <gwozdziu@xxxxxx>
- Date: Tue, 20 Dec 2005 11:01:39 +0100
Dnia Tue, 20 Dec 2005 00:17:39 +0100, fedo05 napisał(a):
> Thanks again Jakub.
>
> But, I'm searching for IDC_WKSTALOCKED_USERNAME , IDC_WKSTALOCKED_PASSWORD and IDC_WKSTALOCKED_DOMAIN ,
> especially IDC_WKSTALOCKED_PASSWORD .
>
> I already know the IDD (dialog identifiers) that you post..
>
> However I need a method to pass logon data in GINA_CONTEXT for GinaHook... I prefer to avoid to write data
> into IDC, because it's dangerous, as said..
>
> What I have to do for sending data with my struct and closing standard Microsoft dialog when this struct is
> ready for Winlogon?
Remember that in WkstaLocked/LoggedOff SAS functions MSGINA calls
LsaLogonUser (function from hell) which otherwise you'd have to call on
your own.
And MSGina is so much stateful that it is strongly not recommended to wrap
it only for some functions and not for other... I believe someone from MSFT
pointed that on this newsgroup.
--
Jakub Gwóźdź
gwozdziu@xxxxxx
.
- Follow-Ups:
- Re: [GINAHOOK] Pass logon data to Winlogon
- From: fedo05
- Re: [GINAHOOK] Pass logon data to Winlogon
- References:
- [GINAHOOK] Pass logon data to Winlogon
- From: fedo05
- Re: [GINAHOOK] Pass logon data to Winlogon
- From: Jakub Gwozdz
- Re: [GINAHOOK] Pass logon data to Winlogon
- From: fedo05
- [GINAHOOK] Pass logon data to Winlogon
- Prev by Date: Re: GetEffectiveRightsFromAcl fails with OBJECT_AND_SID trustee
- Next by Date: Re: [GINAHOOK] Pass logon data to Winlogon
- Previous by thread: Re: [GINAHOOK] Pass logon data to Winlogon
- Next by thread: Re: [GINAHOOK] Pass logon data to Winlogon
- Index(es):
Relevant Pages
|