GINA with smart card logon
From: Shehan (shehan@rediffmail.com)
Date: 12/27/02
- Next message: Leonid Chudakov: "Re: Messenger service spam (was: Pop Up AD)"
- Previous message: Thor Kottelin: "Re: Messenger service pop ups"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: shehan@rediffmail.com (Shehan) Date: 26 Dec 2002 20:45:40 -0800
Hi
I have written a GINA for Windows 2000 sometime back which can
completely replace MSGINA. It can handle interactive logon with
username and password. I used LsaLogonUser() for handling the logon.
Now I have to provide smart card logon facility in the same GINA. I
have read from MSDN and some other documents that when GINA detects
WLX_SAS_TYPE_SC_INSERT SAS, it must display the user interface for
entering the PIN. The PIN must be collected by the GINA and passed to
the LSA. According to that article, the rest of the authentication
process will be handled by LSA itself.
(1) Is that the only thing the custom GINA has to do?
(2) If so, through what interface the PIN can be given to LSA? (I
didnt find any PIN parameter in LsaLogonUser.)
(3) What are the changes to be made in the above said GINA so as to
make it suitable for smart card logon?
If anybody has any idea regarding these aspects, please help me. Any
links or pointers or sample code?
Shehan
- Next message: Leonid Chudakov: "Re: Messenger service spam (was: Pop Up AD)"
- Previous message: Thor Kottelin: "Re: Messenger service pop ups"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|