- update gdmsetup pam file to use config-util stacks
This commit is contained in:
parent
635c70341d
commit
9174da18ea
5
gdm.spec
5
gdm.spec
@ -16,7 +16,7 @@
|
|||||||
Summary: The GNOME Display Manager.
|
Summary: The GNOME Display Manager.
|
||||||
Name: gdm
|
Name: gdm
|
||||||
Version: 2.15.7
|
Version: 2.15.7
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: LGPL/GPL
|
License: LGPL/GPL
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -316,6 +316,9 @@ fi
|
|||||||
%attr(1770, root, gdm) %dir %{_localstatedir}/gdm
|
%attr(1770, root, gdm) %dir %{_localstatedir}/gdm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 4 2006 Ray Strode <rstrode@redhat.com> - 1:2.15.7-2
|
||||||
|
- update gdmsetup pam file to use config-util stacks
|
||||||
|
|
||||||
* Thu Aug 3 2006 Ray Strode <rstrode@redhat.com> - 1:2.15.7-1
|
* Thu Aug 3 2006 Ray Strode <rstrode@redhat.com> - 1:2.15.7-1
|
||||||
- update to 2.15.7
|
- update to 2.15.7
|
||||||
- drop selinux patch that I don't think was ever finished
|
- drop selinux patch that I don't think was ever finished
|
||||||
|
10
gdmsetup-pam
10
gdmsetup-pam
@ -1,8 +1,4 @@
|
|||||||
#%PAM-1.0
|
#%PAM-1.0
|
||||||
auth sufficient pam_rootok.so
|
auth include config-util
|
||||||
auth sufficient pam_timestamp.so
|
account include config-util
|
||||||
auth required pam_stack.so service=system-auth
|
session include config-util
|
||||||
session required pam_permit.so
|
|
||||||
session optional pam_xauth.so
|
|
||||||
session optional pam_timestamp.so
|
|
||||||
account required pam_permit.so
|
|
||||||
|
Loading…
Reference in New Issue
Block a user