add optional gnome-keyring support to the gdm pam stack
This commit is contained in:
parent
85b35ec9a6
commit
0d51de2491
2
gdm-pam
2
gdm-pam
@ -1,6 +1,7 @@
|
||||
#%PAM-1.0
|
||||
auth required pam_env.so
|
||||
auth include system-auth
|
||||
auth optional pam_gnome_keyring.so auto_start
|
||||
account required pam_nologin.so
|
||||
account include system-auth
|
||||
password include system-auth
|
||||
@ -8,4 +9,5 @@ session optional pam_keyinit.so force revoke
|
||||
session include system-auth
|
||||
session required pam_loginuid.so
|
||||
session optional pam_console.so
|
||||
session optional pam_gnome_keyring.so
|
||||
|
||||
|
5
gdm.spec
5
gdm.spec
@ -17,7 +17,7 @@
|
||||
Summary: The GNOME Display Manager
|
||||
Name: gdm
|
||||
Version: 2.19.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Epoch: 1
|
||||
License: LGPL/GPL
|
||||
Group: User Interface/X
|
||||
@ -350,6 +350,9 @@ fi
|
||||
%{_datadir}/pixmaps/faces/extras/*.jpg
|
||||
|
||||
%changelog
|
||||
* Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.4-2
|
||||
- Add optional gnome-keyring support to the gdm pam stack
|
||||
|
||||
* Tue Jul 10 2007 Ray Strode <rstrode@redhat.com> - 1:2.19.4-1
|
||||
- Update to 2.19.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user