|
-
Aug 10th, 2004, 02:53 PM
#1
Thread Starter
Frenzied Member
Windows Logon Authentication
Where and how does windows handle its user logon authentication?
Thanks,
Squirrelly1
Now happily married and still crankin' away at the keyboard.  Life is grand for a coder, no?
-
Aug 13th, 2004, 09:59 AM
#2
New Member
Hi,
I looked into this a while back, and all windows authentication is handled by Microsoft GINA (Graphical Interface Authentication or something like that) DLL. You can write a customised version of the msgina.dll (in windows directory) which controls everything from the ctrl+alt+delete screen to the lock computer utility.
There is an example that you can download from Microsoft's website, (I think it's also hidden somewhere in MSDN). Its all C++ however, and I'm pretty sure you couldn't write a VB equiv.
Hope this helps,
George
-
Aug 13th, 2004, 10:08 AM
#3
Thread Starter
Frenzied Member
THANKS!
Yeah, that helps a BUNCH!
Thanks again,
Squirrelly1
Now happily married and still crankin' away at the keyboard.  Life is grand for a coder, no?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|