Re: GINA for Smart Card logon
- From: "Steve Riley [MSFT]" <steve.riley@xxxxxxxxxxxxx>
- Date: Wed, 26 Sep 2007 20:27:24 -0700
Winlogon already supports smartcards. Why are you writing a new GINA? And you do know the GINA is gone in Windows Vista/Server 2008, right?
--
Steve Riley
steve.riley@xxxxxxxxxxxxx
http://blogs.technet.com/steriley
http://www.protectyourwindowsnetwork.com
"dxulee" <dxulee@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:2F78DBF8-A5B7-4052-BDFE-1C3BC5C5674E@xxxxxxxxxxxxxxxx
Recently, I am writing a GINA for Smart Card logon.But I have a problem.
First, I installed PC/SC driver and invoked a function in WlxInitialize
like this
WlxSetOption(g_hWlx, WLX_OPTION_USE_SMART_CARD, 1, NULL);When I remove the
smart card,winlogon looks as if it can not receive the WLX_SAS_TYPE_SC_REMOVE
event.I do not known why. I think windows should send this message to
winlogon.At last, I create a thread and try to get the message
WM_DEVICECHANGE. If it occurs, I will invoke the funtion WlxSasNotify.So I
can receive the WLX_SAS_TYPE_SC_REMOVE event.But there is another problem.My
computer may stop at the winlogon desktop and the default desktop may be
hidden.
Who can give me some solution or suggestion ? And my os is windows xp sp2
Thanks very much.
.
- Follow-Ups:
- Re: GINA for Smart Card logon
- From: t
- Re: GINA for Smart Card logon
- From: dxulee
- Re: GINA for Smart Card logon
- References:
- GINA for Smart Card logon
- From: dxulee
- GINA for Smart Card logon
- Prev by Date: Re: Allow lab manager admin rights to group of computers
- Next by Date: Re: GINA for Smart Card logon
- Previous by thread: GINA for Smart Card logon
- Next by thread: Re: GINA for Smart Card logon
- Index(es):
Relevant Pages
|