[SCM] sddm packaging branch, master, updated. 744eb16ab9b4cfacfc2c375b5e23d0993528527a

Rohan Garg rohangarg-guest at moszumanska.debian.org
Thu Nov 13 14:50:06 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/sddm.git;a=commitdiff;h=744eb16

The following commit has been merged in the master branch:
commit 744eb16ab9b4cfacfc2c375b5e23d0993528527a
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