- move /etc/pam.d/ksu from krb5-workstation-servers to krb5-workstation,
where it's actually needed (#538703)
This commit is contained in:
parent
c6f29fd1c4
commit
fd8edea8d9
11
krb5.spec
11
krb5.spec
@ -10,7 +10,7 @@
|
|||||||
Summary: The Kerberos network authentication system
|
Summary: The Kerberos network authentication system
|
||||||
Name: krb5
|
Name: krb5
|
||||||
Version: 1.7
|
Version: 1.7
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
# Maybe we should explode from the now-available-to-everybody tarball instead?
|
# Maybe we should explode from the now-available-to-everybody tarball instead?
|
||||||
# http://web.mit.edu/kerberos/dist/krb5/1.7/krb5-1.7-signed.tar
|
# http://web.mit.edu/kerberos/dist/krb5/1.7/krb5-1.7-signed.tar
|
||||||
Source0: krb5-%{version}.tar.gz
|
Source0: krb5-%{version}.tar.gz
|
||||||
@ -215,6 +215,10 @@ to obtain initial credentials from a KDC using a private key and a
|
|||||||
certificate.
|
certificate.
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 20 2009 Nalin Dahyabhai <nalin@redhat.com> - 1.7-10
|
||||||
|
- move /etc/pam.d/ksu from krb5-workstation-servers to krb5-workstation,
|
||||||
|
where it's actually needed (#538703)
|
||||||
|
|
||||||
* Fri Oct 23 2009 Nalin Dahyabhai <nalin@redhat.com> - 1.7-9
|
* Fri Oct 23 2009 Nalin Dahyabhai <nalin@redhat.com> - 1.7-9
|
||||||
- add some conditional logic to simplify building on older Fedora releases
|
- add some conditional logic to simplify building on older Fedora releases
|
||||||
|
|
||||||
@ -1781,6 +1785,7 @@ exit 0
|
|||||||
# Doesn't really fit anywhere else.
|
# Doesn't really fit anywhere else.
|
||||||
%attr(4755,root,root) %{krb5prefix}/bin/ksu
|
%attr(4755,root,root) %{krb5prefix}/bin/ksu
|
||||||
%{krb5prefix}/man/man1/ksu.1*
|
%{krb5prefix}/man/man1/ksu.1*
|
||||||
|
%config(noreplace) /etc/pam.d/ksu
|
||||||
|
|
||||||
# Problem-reporting tool.
|
# Problem-reporting tool.
|
||||||
%{krb5prefix}/sbin/krb5-send-pr
|
%{krb5prefix}/sbin/krb5-send-pr
|
||||||
@ -1839,7 +1844,9 @@ exit 0
|
|||||||
%{krb5prefix}/man/man1/rcp.1*
|
%{krb5prefix}/man/man1/rcp.1*
|
||||||
|
|
||||||
%config(noreplace) /etc/xinetd.d/*
|
%config(noreplace) /etc/xinetd.d/*
|
||||||
%config(noreplace) /etc/pam.d/*
|
%config(noreplace) /etc/pam.d/kshell
|
||||||
|
%config(noreplace) /etc/pam.d/ekshell
|
||||||
|
%config(noreplace) /etc/pam.d/gssftp
|
||||||
|
|
||||||
# Login is used by telnetd and klogind.
|
# Login is used by telnetd and klogind.
|
||||||
%{krb5prefix}/sbin/login.krb5
|
%{krb5prefix}/sbin/login.krb5
|
||||||
|
Loading…
Reference in New Issue
Block a user