Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gui: drop fallback greeter | Ray Strode | 2013-05-23 | 1 | -43/+0 |
| | | | | | | We don't use it anymore. https://bugzilla.gnome.org/show_bug.cgi?id=688665 | ||||
* | greeter: Add a login extension mechanism to greeter | Ray Strode | 2011-06-13 | 1 | -0/+43 |
This allows extensions to drive which PAM conversations get run and potentially augment the login window UI. This commit adds one builtin extension that does the traditional unified authentication thing, and a plugin for password-only based authentication. By default we use the builtin extension, but enable the plugin with --enable-split-authentication Subsequent commits will add support for fingerprint and smartcard plugins. |