2 Commits

Author SHA1 Message Date
kyliwenchong
453cffcccb 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)
2022-07-01 09:58:57 +08:00
Zhiqiang Liu
ca54b48bba 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.

Fix issue: https://gitee.com/src-openeuler/nfs-utils/issues/I4RUCG

Signed-off-by: Zhiqiang Liu <liuzhiqiang26@huawei.com>
(cherry picked from commit 4b655089f71360b132b1d580c684e162081be223)
2022-02-10 17:17:44 +08:00