gdm: Introduce vmware credential manager for pre-authenticated logins

The previous commit implemented a new CredentialManager interface to
    facilitate adding additional providers for pre-authenticating the user
    at the login screen.

    This commit implements a new credential manager using that interface
    for vmware deployments.

    Closes: https://gitlab.gnome.org/GNOME/gnome-shell/issues/1983
This commit is contained in:
yun341 2020-07-02 06:54:55 +08:00
parent 809f820cd4
commit 4ea0fca4fc
3 changed files with 57 additions and 0 deletions

View file

@ -7,6 +7,7 @@
<file>gdm/loginDialog.js</file>
<file>gdm/oVirt.js</file>
<file>gdm/credentialManager.js</file>
<file>gdm/vmware.js</file>
<file>gdm/realmd.js</file>
<file>gdm/util.js</file>