Whamcloud - gitweb
LU-16646 krb: get rid of MEMORY private cache for krb creds
authorSebastien Buisson <sbuisson@ddn.com>
Fri, 17 Mar 2023 12:39:31 +0000 (13:39 +0100)
committerAndreas Dilger <adilger@whamcloud.com>
Tue, 25 Apr 2023 03:34:43 +0000 (03:34 +0000)
commit0b4b6efec8a2eed0d75fe058800e7ae1d90154f9
treeefbab87432413cadfd1f06010847cd815d50307d
parentd72a8cfb23ab1595e661e9305e00b85e2c609563
LU-16646 krb: get rid of MEMORY private cache for krb creds

On client side, Kerberos credentials for root are cached in MEMORY,
but this is just in addition to the original credentials cache.
As there is no need to cache credentials twice, get rid of this
MEMORY private cache.

Lustre-change: https://review.whamcloud.com/50341
Lustre-commit: 5731acd4997f422e3e5561d0ed73359537a7b65f

Signed-off-by: Sebastien Buisson <sbuisson@ddn.com>
Change-Id: Ifd02ee6cfafc27347b3c31e0dbbaab15190cf883
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/50651
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/utils/gss/lgss_krb5_utils.c