!31 [sync] PR-26: nfs-utils: set use-gss-proxy=1 to enable gss-proxy by default
From: @openeuler-sync-bot Reviewed-by: @liuzhiqiang26 Signed-off-by: @liuzhiqiang26
This commit is contained in:
commit
1236384c1c
@ -0,0 +1,35 @@
|
|||||||
|
From 2d1df7efe8e178721be9177e8ee0622e29991950 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Zhiqiang Liu <liuzhiqiang26@huawei.com>
|
||||||
|
Date: Sat, 29 Jan 2022 14:40:18 +0800
|
||||||
|
Subject: [PATCH] nfs-utils: set use-gss-proxy=1 to enable gss-proxy by default
|
||||||
|
|
||||||
|
In commit 104f90f4ce ('gssd: Introduce use-gss-proxy boolean to nfs.conf'),
|
||||||
|
use-gss-proxy par in [gssd] section of nfs.conf is introduced to
|
||||||
|
allow the used of the gssprox-mech. However, the default value
|
||||||
|
of use-gss-proxy is false, which cause different behavor with older
|
||||||
|
version.
|
||||||
|
|
||||||
|
In order to be consistent with the old versions, here we set
|
||||||
|
use-gss-proxy to true in nfs.conf.
|
||||||
|
|
||||||
|
Signed-off-by: Zhiqiang Liu <liuzhiqiang26@huawei.com>
|
||||||
|
---
|
||||||
|
nfs.conf | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/nfs.conf b/nfs.conf
|
||||||
|
index 186a5b1..955abea 100644
|
||||||
|
--- a/nfs.conf
|
||||||
|
+++ b/nfs.conf
|
||||||
|
@@ -16,7 +16,7 @@
|
||||||
|
# rpc-verbosity=0
|
||||||
|
# use-memcache=0
|
||||||
|
# use-machine-creds=1
|
||||||
|
-# use-gss-proxy=0
|
||||||
|
+use-gss-proxy=0
|
||||||
|
# avoid-dns=1
|
||||||
|
# limit-to-legacy-enctypes=0
|
||||||
|
# context-timeout=0
|
||||||
|
--
|
||||||
|
1.8.3.1
|
||||||
|
|
||||||
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: nfs-utils
|
Name: nfs-utils
|
||||||
Version: 2.5.1
|
Version: 2.5.1
|
||||||
Release: 4
|
Release: 5
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: The Linux NFS userland utility package
|
Summary: The Linux NFS userland utility package
|
||||||
License: MIT and GPLv2 and GPLv2+ and BSD
|
License: MIT and GPLv2 and GPLv2+ and BSD
|
||||||
@ -15,6 +15,7 @@ Source0: https://www.kernel.org/pub/linux/utils/nfs-utils/%{version}/%{name}-%{v
|
|||||||
Patch0: 0000-systemd-idmapd-require-rpc-pipefs.patch
|
Patch0: 0000-systemd-idmapd-require-rpc-pipefs.patch
|
||||||
Patch1: 0001-correct-the-statd-path-in-man.patch
|
Patch1: 0001-correct-the-statd-path-in-man.patch
|
||||||
Patch2: 0002-fix-coredump-in-bl_add_disk.patch
|
Patch2: 0002-fix-coredump-in-bl_add_disk.patch
|
||||||
|
Patch3: 0003-nfs-utils-set-use-gss-proxy-1-to-enable-gss-proxy-by.patch
|
||||||
|
|
||||||
BuildRequires: libevent-devel,libcap-devel, libtirpc-devel libblkid-devel
|
BuildRequires: libevent-devel,libcap-devel, libtirpc-devel libblkid-devel
|
||||||
BuildRequires: krb5-libs >= 1.4 autoconf >= 2.57 openldap-devel >= 2.2
|
BuildRequires: krb5-libs >= 1.4 autoconf >= 2.57 openldap-devel >= 2.2
|
||||||
@ -223,6 +224,10 @@ fi
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 29 2022 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 2.5.1-5
|
||||||
|
- In order to be consistent with the old versions, here we set
|
||||||
|
use-gss-proxy to true in nfs.conf.
|
||||||
|
|
||||||
* Tue Nov 30 2021 yanglongkang <yanglongkang@huawei.com> - 2.5.1-4
|
* Tue Nov 30 2021 yanglongkang <yanglongkang@huawei.com> - 2.5.1-4
|
||||||
- fix nfs-blkmapd service core dump
|
- fix nfs-blkmapd service core dump
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user