summaryrefslogtreecommitdiff
path: root/gui/simple-greeter/libgdmsimplegreeter/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* gui: drop fallback greeterRay Strode2013-05-231-43/+0
| | | | | | We don't use it anymore. https://bugzilla.gnome.org/show_bug.cgi?id=688665
* greeter: Add a login extension mechanism to greeterRay Strode2011-06-131-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.