SHA256
1
0
forked from pool/gdm

Accepting request 50093 from home:vuntz:branches:GNOME:Factory

Thanks.. I trust you on this one... did not see anything bad in the .spec and .changes :)

OBS-URL: https://build.opensuse.org/request/show/50093
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=145
This commit is contained in:
2010-10-11 08:06:26 +00:00
committed by Git OBS Bridge
parent 59614b68c9
commit 8125b3f0ca
6 changed files with 236 additions and 72 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Fri Oct 8 13:38:23 CEST 2010 - vuntz@opensuse.org
- Rework the way we handle passwordless logins:
+ Stop using SuSEconfig for this. Since this is the last thing
that was done in SuSEconfig.gdm, drop SuSEconfig.gdm.
+ Add gdm-passwordless-login.patch: we now directly look at the
DISPLAYMANAGER_PASSWORD_LESS_LOGIN option in
/etc/sysconfig/displaymanager, and use the gdm-autologin pam
service for authentication when we want passwordless logins.
+ On upgrades, we make sure that /etc/pam.d/gdm does not contain
the old way to handle DISPLAYMANAGER_PASSWORD_LESS_LOGIN: if
/sbin/conf.d/SuSEconfig.gdm exists and if /etc/pam.d/gdm
contains pam_permit.so, then we have an old package which used
the old way. We move /etc/pam.d/gdm to /etc/pam.d/gdm.rpmold to
make sure we get back the right pam configuration.
- Update gdm-domain-logon.patch a bit: even though it's not
applied because the patch needs to be rebased, a few things could
be cleaned up. The most visible part is that we prefix the
configuration key with SUSE to clearly show it's SUSE-specific.
- Update gdm-sysconfig-settings.patch a tiny bit to make
gdm-passwordless-login.patch easier.
-------------------------------------------------------------------
Mon Sep 27 20:29:08 CEST 2010 - vuntz@opensuse.org