From 3af70479a3eaf7569c1b8fa7714b39d5e3f7ef5c Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Sat, 26 Apr 2025 06:57:21 -0400 Subject: [PATCH] gssd.man: add documentation for use-gss-proxy nfs.conf option (RHEL-85408) Signed-off-by: Steve Dickson Resolves: RHEL-85408 --- nfs-utils-2.5.4-gssd-man-gssproxy.patch | 41 +++++++++++++++++++++++++ nfs-utils.spec | 6 +++- 2 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 nfs-utils-2.5.4-gssd-man-gssproxy.patch diff --git a/nfs-utils-2.5.4-gssd-man-gssproxy.patch b/nfs-utils-2.5.4-gssd-man-gssproxy.patch new file mode 100644 index 0000000..98b10dd --- /dev/null +++ b/nfs-utils-2.5.4-gssd-man-gssproxy.patch @@ -0,0 +1,41 @@ +commit 7511a77fc7eb7bd3ae38fcf54d49a47c25c3ed50 +Author: Scott Mayhew +Date: Mon Mar 24 08:59:24 2025 -0400 + + gssd.man: add documentation for use-gss-proxy nfs.conf option + + Signed-off-by: Scott Mayhew + Signed-off-by: Steve Dickson + +diff --git a/utils/gssd/gssd.man b/utils/gssd/gssd.man +index c735eff6..4a75b056 100644 +--- a/utils/gssd/gssd.man ++++ b/utils/gssd/gssd.man +@@ -392,6 +392,17 @@ Setting to + is equivalent to providing the + .B -H + flag. ++.TP ++.B use-gss-proxy ++Setting this to 1 allows ++.BR gssproxy (8) ++to intercept GSSAPI calls and service them on behalf of ++.BR rpc.gssd , ++enabling certain features such as keytab-based client initiation. ++Note that this is unrelated to the functionality that ++.BR gssproxy (8) ++provides on behalf of the NFS server. For more information, see ++.BR https://github.com/gssapi/gssproxy/blob/main/docs/NFS.md#nfs-client . + .P + In addtion, the following value is recognized from the + .B [general] +@@ -405,7 +416,8 @@ Equivalent to + .BR rpc.svcgssd (8), + .BR kerberos (1), + .BR kinit (1), +-.BR krb5.conf (5) ++.BR krb5.conf (5), ++.BR gssproxy (8) + .SH AUTHORS + .br + Dug Song diff --git a/nfs-utils.spec b/nfs-utils.spec index 402b23d..45bc835 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser Name: nfs-utils URL: http://linux-nfs.org/ Version: 2.5.4 -Release: 36%{?dist} +Release: 37%{?dist} Epoch: 1 # group all 32bit related archs @@ -80,6 +80,7 @@ Patch032: nfs-utils-2.5.4-fix-nfsdcld-starting-too-early.patch Patch033: nfs-utils-2.5.4-rdirplus-man.patch Patch034: nfs-utils-2.5.4-nfsd-64conns.patch Patch035: nfs-utils-2.5.4-nfsiostat-fixes.patch +Patch036: nfs-utils-2.5.4-gssd-man-gssproxy.patch Patch100: nfs-utils-1.2.1-statdpath-man.patch Patch101: nfs-utils-1.2.1-exp-subtree-warn-off.patch @@ -521,6 +522,9 @@ fi %{_mandir}/*/nfsiostat.8.gz %changelog +* Sat Apr 26 2025 Steve Dickson 2.5.4-37 +- gssd.man: add documentation for use-gss-proxy nfs.conf option (RHEL-85408) + * Fri Apr 25 2025 Steve Dickson 2.5.4-36 - mountstats: verify that old and new types are the same (RHEL-88553)