Re: Own GINA dll with special requirements
- From: "Dmitriy Golubev" <DmitriyG@xxxxxxxxxxxx>
- Date: Wed, 26 Apr 2006 17:20:04 +0400
Hello!
1. You can extend Active Directory Schema to support you additional
attributes. For more information, please see
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ad/ad/extending_the_schema.asp.
2. You can store user password in the dedicated AD attribute. (Of course,
you must encrypt password before storing)
3. No. You must implement you GINA as native code. For more information
about GINA development, please read the following papers:
http://msdn.microsoft.com/msdnmag/issues/05/05/SecurityBriefs/ and
http://msdn.microsoft.com/msdnmag/issues/05/06/SecurityBriefs/
"Frank Stegerwald" <stegerwald@xxxxxxxxxxxxxxxx> wrote in message
news:eppEGNRaGHA.508@xxxxxxxxxxxxxxxxxxxxxxx
Hi,
i need to replace the GINA dll of an XP System to support the following
requirement:
We have a chip-reader that reads "chip-IDs" from transponder chips.
Instead of typing in a username and password, the user puts the chip on
the
transponder
and the "chip-ID" should be matched to a Active Directory user. In Active
Directory
a chip-ID is assigned to each AD user.
The username and the passowod should be entered into the login box
automatically based on the chip-id.
I already set up a thread that retrieves the chip-id from the transponder.
So the missing part that i have is the following:
1. Can Active Directory be expanded to assign a chip-id to a user?
2 How to retrieve the password and username based on the chip-id out of
active directory
(which user should i use for this, since the actual user is not logged in
the machine yet)
3. Is it appropriate to use .NET to replace a gina dll or must it be
implemented in native code?
How can I achive this, or where should I look for this information, if
this
is the wrong newsgroup?
Thanks for any help
Greetings
Frank Stegerwald
.
- References:
- Own GINA dll with special requirements
- From: Frank Stegerwald
- Own GINA dll with special requirements
- Prev by Date: RE: How do I do this!
- Next by Date: Re: service permissions
- Previous by thread: Own GINA dll with special requirements
- Next by thread: RE: Own GINA dll with special requirements
- Index(es):
Relevant Pages
|
|