Blame SOURCES/pam_krb5-2.4.10-ignore_afs_options.patch

4423e0
From 1b829affcbca761e17f38f69a85bbb79354c270e Mon Sep 17 00:00:00 2001
4423e0
From: Jan Chaloupka <jchaloup@redhat.com>
4423e0
Date: Thu, 21 Aug 2014 15:12:52 +0200
4423e0
Subject: [PATCH] pam_krb5.8 missing ignore_afs options
4423e0
4423e0
[nalin: apply to pam_krb5.8.in instead]
4423e0
---
4423e0
 src/pam_krb5.8.in | 4 ++++
4423e0
 1 file changed, 4 insertions(+)
4423e0
4423e0
diff --git a/src/pam_krb5.8.in b/src/pam_krb5.8.in
4423e0
index f2640e1..e0eba4a 100644
4423e0
--- a/src/pam_krb5.8.in
4423e0
+++ b/src/pam_krb5.8.in
4423e0
@@ -130,6 +130,10 @@ tells pam_krb5.so to use Kerberos credentials provided by the calling
4423e0
 application during session setup.
4423e0
 @MAN_AFS@This is most often useful for obtaining AFS tokens.
4423e0
 
4423e0
+@MAN_AFS@.IP "ignore_afs=\fItrue\fR|\fIfalse\fR|\fIservice [...]\fR"
4423e0
+@MAN_AFS@tells pam_krb5.so to completely ignore the presence of AFS, preventing
4423e0
+@MAN_AFS@any attempts to obtain new tokens on behalf of the calling application.
4423e0
+@MAN_AFS@
4423e0
 .IP ignore_k5login
4423e0
 specifies that pam_krb5 should skip checking the user's .k5login
4423e0
 file to verify that the principal name of the client being authenticated is
4423e0
-- 
4423e0
2.7.0
4423e0