[SCM] sddm packaging branch, kubuntu_utopic_next, updated. 711f006b691b625a4e4a31e3f732987f1e41d042
Jonathan Riddell
jriddell-guest at moszumanska.debian.org
Tue Oct 21 13:57:20 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/sddm.git;a=commitdiff;h=711f006
The following commit has been merged in the kubuntu_utopic_next branch:
commit 711f006b691b625a4e4a31e3f732987f1e41d042
Author: Jonathan Riddell <jr at jriddell.org>
Date: Tue Oct 21 15:57:13 2014 +0200
autologin is broken, remove test for root to fix it, should be safe as root can't log in anyway
---
debian/sddm.sddm-autologin.pam | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/sddm.sddm-autologin.pam b/debian/sddm.sddm-autologin.pam
index 138d9eb..8ecd3cf 100644
--- a/debian/sddm.sddm-autologin.pam
+++ b/debian/sddm.sddm-autologin.pam
@@ -2,7 +2,7 @@
# Block login if they are globally disabled
auth requisite pam_nologin.so
-auth required pam_succeed_if.so user != root quiet_success
+auth required pam_permit.so
# Load environment from /etc/default/locale and ~/.pam_environment
auth required pam_env.so envfile=/etc/default/locale
--
sddm packaging
More information about the pkg-kde-commits
mailing list