summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@fedoraproject.org>2009-06-30 19:39:34 +0000
committerNalin Dahyabhai <nalin@fedoraproject.org>2009-06-30 19:39:34 +0000
commit1917c4e1aaf49865ffa1ddddc5b4ad01e71504b1 (patch)
tree138846479fae0fb0d93be763ed56eee8a5ed09a2
parentcd1d8493ced7490c86bcd787ddd6c19b696053f3 (diff)
- pam_rhosts_auth.so's been gone for a while, so use pam_rhosts.so instead
-rw-r--r--ekshell.pamd2
-rw-r--r--kshell.pamd2
2 files changed, 2 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/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