diff options
-rw-r--r-- | x11/gdm/files/gdm-password.in | 1 | ||||
-rw-r--r-- | x11/gdm/pkg-plist | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/x11/gdm/files/gdm-password.in b/x11/gdm/files/gdm-password.in index 01ca683c7..9580d9f23 100644 --- a/x11/gdm/files/gdm-password.in +++ b/x11/gdm/files/gdm-password.in @@ -3,6 +3,7 @@ # gdm-password settings for pam(3) auth include system +auth optional /usr/local/lib/pam_ck_connector.so account required pam_nologin.so account include system diff --git a/x11/gdm/pkg-plist b/x11/gdm/pkg-plist index 60608a53b..5e631756f 100644 --- a/x11/gdm/pkg-plist +++ b/x11/gdm/pkg-plist @@ -3,7 +3,9 @@ bin/gdmflexiserver etc/dbus-1/system.d/gdm.conf etc/dconf/db/gdm.d/00-upstream-settings etc/dconf/db/gdm.d/locks/00-upstream-settings-locks +etc/dconf/profile/gdm @unexec /bin/rm -f %D/etc/dconf/db/gdm +@unexec /bin/rm -f %D/etc/dconf/db/gdm.d etc/gdm/Init/Default etc/gdm/PostLogin/Default.sample etc/gdm/PostSession/Default |