Content deleted Content added
No edit summary |
|||
Line 5:
In [[Windows Vista]], GINA has been entirely replaced by '''Credential Providers''', which allows for significantly more flexibility in supporting multiple credential collection methods. GINA libraries will not work with Windows Vista.
==Overview==
A default GINA library, MSGINA.DLL, is provided by Microsoft as part of the operating system, and offers the following features:
*Authentication against Windows ___domain servers with a supplied user name/password combination.
*Displaying of a legal notice to the user prior to presenting the logon prompt.
*Automatic Logon, allowing for a user name and password to be stored and used in place of an interactive logon prompt. Automatic logon can also be configured to execute only a certain number of times before reverting to interactive logon. In older versions of [[Windows NT]], the password could only be stored in plain text in the registry; support for using the Local Security Authority's private storage capabilities was introduced in Windows NT 4.0 Workstation Service Pack 3 and Windows NT Server 3.51.
*"Security Options" dialog when the user is logged on, which provides options to shut down, log off, change the password, start the [[Windows Task Manager|Task Manager]], and lock the workstation.
Winlogon can be configured to use a different GINA, providing for non-standard authentication methods such as [[smart card]] readers or identification based on [[biometrics]], or to provide an alternate visual interface to the default GINA. Developers who implement a replacement GINA are required to provide implementations for a set of [[Application programming interface|API]] calls which cover functionality such as displaying a "workstation locked" dialog, processing the secure attention sequence in various user states, responding to queries as to whether or not locking the workstation is an allowed action, supporting the collection of user credentials on [[Terminal Services]]-based connections, and interacting with a
When the Winlogon process starts, it compares its version number to that which is supported by the loaded GINA library. If the GINA library is of a higher version than Winlogon, Windows will not boot. This is done because a GINA library written for a given version of Winlogon will expect a certain set of API calls to be provided by Winlogon.
Support for
==See also==
|