home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winbase / security / winnt / gina / readme.txt < prev    next >
Text File  |  1996-04-19  |  2KB  |  38 lines

  1. Graphical Identification and Authentication DLL (GINA)
  2.  
  3.  
  4. The GINA sample demonstrates the Gina-related functions.
  5.  
  6. To install the Gina DLL, copy it into %systemroot%\SYSTEM32, add
  7. a registry value of type REG_SZ named GinaDLL under the key
  8. \HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon,
  9. and reboot the machine.
  10.  
  11. WARNING! - It is possible to make your machine unusable if you install a
  12. replacement Gina and it fails. To avoid this situation, be sure that you
  13. have a method of accessing the %systemroot%\SYSTEM32 directory independent
  14. of the Windows NT installation you are testing on.  
  15.  
  16. If the Gina sample malfunctions, and you are not able to log on to fix
  17. the problem, you can recover by doing one of the following:
  18.  
  19. * If the test machine is on the network and you have an account on
  20.   another machine with Administrative privileges on the test machine,
  21.   open the test machine registry remotely with regedt32 and delete
  22.   the GinaDLL value.
  23.  
  24. * If the test machine is on the network, and %systemroot%\SYSTEM32 is
  25.   available on a network share for that machine (e.g. \\<name>\c$),
  26.   rename GINA.DLL to something else with a command like
  27.  
  28.      ren \\<name>\c$\winnt351\system32\gina.dll gina.sdk
  29.  
  30.   reboot the test machine, and delete the GinaDLL value from the registry.
  31.  
  32. * If the test machine will dual boot to another version of Windows NT
  33.   or another operating system capable of accessing %systemroot%\system32,
  34.   boot to that operating system, delete %systemroot%\system32\GINA.DLL,
  35.   reboot, and delete the GinaDLL value from the registry.
  36.  
  37. For more information see GINA.HLP.
  38.