nfs-utils:set use-gss-proxy to true in nfs.conf to be consistent with the description of 0003-nfs-utils-set-use-gss-proxy-1-to-enable-gss-proxy-by.patch
(cherry picked from commit 95005683dc6f4c8e06f3a928feeadd7d41c75738)
This commit is contained in:
parent
1236384c1c
commit
453cffcccb
@ -26,7 +26,7 @@ index 186a5b1..955abea 100644
|
|||||||
# use-memcache=0
|
# use-memcache=0
|
||||||
# use-machine-creds=1
|
# use-machine-creds=1
|
||||||
-# use-gss-proxy=0
|
-# use-gss-proxy=0
|
||||||
+use-gss-proxy=0
|
+use-gss-proxy=1
|
||||||
# avoid-dns=1
|
# avoid-dns=1
|
||||||
# limit-to-legacy-enctypes=0
|
# limit-to-legacy-enctypes=0
|
||||||
# context-timeout=0
|
# context-timeout=0
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: nfs-utils
|
Name: nfs-utils
|
||||||
Version: 2.5.1
|
Version: 2.5.1
|
||||||
Release: 5
|
Release: 6
|
||||||
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
|
||||||
@ -224,6 +224,10 @@ fi
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 1 2022 liwenchong <liwenchong@kylinos.cn> - 1:2.5.1-6
|
||||||
|
- set use-gss-proxy to true in nfs.conf to be consistent with the
|
||||||
|
description of 0003-nfs-utils-set-use-gss-proxy-1-to-enable-gss-proxy-by.patch
|
||||||
|
|
||||||
* Sat Jan 29 2022 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 2.5.1-5
|
* 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
|
- In order to be consistent with the old versions, here we set
|
||||||
use-gss-proxy to true in nfs.conf.
|
use-gss-proxy to true in nfs.conf.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user