23 lines
701 B
Diff
23 lines
701 B
Diff
--- sddm-0.15.0/services/sddm.pam.orig 2017-09-22 22:51:56.275397000 +0200
|
|
+++ sddm-0.15.0/services/sddm.pam 2017-09-22 22:52:32.245548477 +0200
|
|
@@ -1,15 +1,15 @@
|
|
#%PAM-1.0
|
|
|
|
-auth include system-login
|
|
+auth include system-auth
|
|
-auth optional pam_gnome_keyring.so
|
|
-auth optional pam_kwallet5.so
|
|
|
|
-account include system-login
|
|
+account include system-auth
|
|
|
|
-password include system-login
|
|
+password include system-auth
|
|
-password optional pam_gnome_keyring.so use_authtok
|
|
|
|
session optional pam_keyinit.so force revoke
|
|
-session include system-login
|
|
+session include system-auth
|
|
-session optional pam_gnome_keyring.so auto_start
|
|
-session optional pam_kwallet5.so auto_start
|