- Fix up pam keyring integration to be what the latest version of the docs
says
This commit is contained in:
parent
46b82b8474
commit
aa8b093331
4
gdm-pam
4
gdm-pam
@ -1,7 +1,7 @@
|
|||||||
#%PAM-1.0
|
#%PAM-1.0
|
||||||
auth required pam_env.so
|
auth required pam_env.so
|
||||||
auth include system-auth
|
auth include system-auth
|
||||||
auth optional pam_gnome_keyring.so auto_start
|
auth optional pam_gnome_keyring.so
|
||||||
account required pam_nologin.so
|
account required pam_nologin.so
|
||||||
account include system-auth
|
account include system-auth
|
||||||
password include system-auth
|
password include system-auth
|
||||||
@ -11,5 +11,5 @@ session include system-auth
|
|||||||
session required pam_loginuid.so
|
session required pam_loginuid.so
|
||||||
session optional pam_console.so
|
session optional pam_console.so
|
||||||
session required pam_selinux.so open
|
session required pam_selinux.so open
|
||||||
session optional pam_gnome_keyring.so
|
session optional pam_gnome_keyring.so auto_start
|
||||||
|
|
||||||
|
6
gdm.spec
6
gdm.spec
@ -16,7 +16,7 @@
|
|||||||
Summary: The GNOME Display Manager
|
Summary: The GNOME Display Manager
|
||||||
Name: gdm
|
Name: gdm
|
||||||
Version: 2.20.0
|
Version: 2.20.0
|
||||||
Release: 13%{?dist}
|
Release: 14%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -373,6 +373,10 @@ fi
|
|||||||
%{_datadir}/pixmaps/faces/extras/*.jpg
|
%{_datadir}/pixmaps/faces/extras/*.jpg
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 3 2007 Alexander Larsson <alexl@redhat.com> - 1:2.20.0-14
|
||||||
|
- Fix up pam keyring integration to be what the latest version
|
||||||
|
of the docs says
|
||||||
|
|
||||||
* Tue Oct 2 2007 Ray Strode <rstrode@redhat.com> - 1:2.20.0-13
|
* Tue Oct 2 2007 Ray Strode <rstrode@redhat.com> - 1:2.20.0-13
|
||||||
- Actually add said escape == cancel behavior back
|
- Actually add said escape == cancel behavior back
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user