summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@fedoraproject.org>2009-06-30 19:15:30 +0000
committerNalin Dahyabhai <nalin@fedoraproject.org>2009-06-30 19:15:30 +0000
commit84d28213b499f44cf7d49758131ae3f3c2681d2b (patch)
treea654dfc9df2a1b646ebf8b0c6bf4c27e32bb2aed
parentf73ac45c8e99090302bfcb9c68ca25c4cab4abb1 (diff)
downloadkrb5-84d28213b499f44cf7d49758131ae3f3c2681d2b.tar.gz
krb5-84d28213b499f44cf7d49758131ae3f3c2681d2b.tar.xz
krb5-84d28213b499f44cf7d49758131ae3f3c2681d2b.zip
- pam_rhosts_auth.so's been gone for a while, so use pam_rhosts.so instead
-rw-r--r--ekshell.pamd2
-rw-r--r--krb5.spec3
-rw-r--r--kshell.pamd2
3 files changed, 5 insertions, 2 deletions
diff --git a/ekshell.pamd b/ekshell.pamd
index 847ec1b..5b67b05 100644
--- a/ekshell.pamd
+++ b/ekshell.pamd
@@ -4,7 +4,7 @@
auth required pam_nologin.so
auth required pam_securetty.so
auth required pam_env.so
-auth required pam_rhosts_auth.so
+auth required pam_rhosts.so
account include system-auth
# pam_selinux.so close should be the first session rule
session required pam_selinux.so close
diff --git a/krb5.spec b/krb5.spec
index 7c94663..a8427d1 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -235,6 +235,9 @@ to obtain initial credentials from a KDC using a private key and a
certificate.
%changelog
+* Tue Jun 30 2009 Nalin Dahyabhai <nalin@redhat.com>
+- pam_rhosts_auth.so's been gone, use pam_rhosts.so instead
+
* Mon Jun 8 2009 Nalin Dahyabhai <nalin@redhat.com> 1.6.3-22
- put %%{krb5prefix}/sbin in everyone's path, too (#504525)
diff --git a/kshell.pamd b/kshell.pamd
index 016d2a2..90aa311 100644
--- a/kshell.pamd
+++ b/kshell.pamd
@@ -4,7 +4,7 @@
auth required pam_nologin.so
auth required pam_securetty.so
auth required pam_env.so
-auth required pam_rhosts_auth.so
+auth required pam_rhosts.so
account include system-auth
# pam_selinux.so close should be the first session rule
session required pam_selinux.so close