- Fix up pam keyring integration to be what the latest version of the docs

says
This commit is contained in:
Alexander Larsson 2007-10-03 14:17:27 +00:00
parent 46b82b8474
commit aa8b093331
2 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#%PAM-1.0
auth required pam_env.so
auth include system-auth
auth optional pam_gnome_keyring.so auto_start
auth optional pam_gnome_keyring.so
account required pam_nologin.so
account include system-auth
password include system-auth
@ -11,5 +11,5 @@ session include system-auth
session required pam_loginuid.so
session optional pam_console.so
session required pam_selinux.so open
session optional pam_gnome_keyring.so
session optional pam_gnome_keyring.so auto_start

View File

@ -16,7 +16,7 @@
Summary: The GNOME Display Manager
Name: gdm
Version: 2.20.0
Release: 13%{?dist}
Release: 14%{?dist}
Epoch: 1
License: GPLv2+
Group: User Interface/X
@ -373,6 +373,10 @@ fi
%{_datadir}/pixmaps/faces/extras/*.jpg
%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
- Actually add said escape == cancel behavior back