Results 1 to 3 of 3

Thread: Windows Logon Authentication

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2001
    Location
    USA
    Posts
    1,026

    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?

  2. #2
    New Member
    Join Date
    Aug 2004
    Posts
    4
    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

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2001
    Location
    USA
    Posts
    1,026
    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
  •  



Click Here to Expand Forum to Full Width