Blame SOURCES/964302-mpo-7.1.0-pam_krb5.8.patch

c2a259
From a4e1113d4b7013dabb2b6dcedf4500256d18d533 Mon Sep 17 00:00:00 2001
c2a259
From: Jan Chaloupka <jchaloup@redhat.com>
c2a259
Date: Mon, 29 Sep 2014 23:20:26 +0200
c2a259
Subject: [PATCH] pam_krb5.8 missing ignore_afs options
c2a259
c2a259
---
c2a259
 pam_krb5/man8/pam_krb5.8 | 4 ++++
c2a259
 1 file changed, 4 insertions(+)
c2a259
c2a259
diff --git a/pam_krb5/man8/pam_krb5.8 b/pam_krb5/man8/pam_krb5.8
c2a259
index fca5e22..ac3676d 100644
c2a259
--- a/pam_krb5/man8/pam_krb5.8
c2a259
+++ b/pam_krb5/man8/pam_krb5.8
c2a259
@@ -130,6 +130,10 @@ tells pam_krb5.so to use Kerberos credentials provided by the calling
c2a259
 application during session setup.
c2a259
 This is most often useful for obtaining AFS tokens.
c2a259
 
c2a259
+.IP "ignore_afs=\fItrue\fR|\fIfalse\fR|\fIservice [...]\fR"
c2a259
+tells pam_krb5.so to completely ignore the presence of AFS, preventing
c2a259
+any attempts to obtain new tokens on behalf of the calling application.
c2a259
+
c2a259
 .IP ignore_k5login
c2a259
 specifies that pam_krb5 should skip checking the user's .k5login
c2a259
 file to verify that the principal name of the client being authenticated is
c2a259
-- 
c2a259
1.9.3
c2a259