Whamcloud - gitweb
LU-16646 krb: get rid of MEMORY private cache for krb creds 41/50341/6
authorSebastien Buisson <sbuisson@ddn.com>
Fri, 17 Mar 2023 12:39:31 +0000 (13:39 +0100)
committerOleg Drokin <green@whamcloud.com>
Tue, 11 Apr 2023 21:57:05 +0000 (21:57 +0000)
commit5731acd4997f422e3e5561d0ed73359537a7b65f
tree862864e53cc60b8b720e45299e6d138490053b94
parent3214d4d860e36b6aa07addad9e600fd754fc9149
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.

Signed-off-by: Sebastien Buisson <sbuisson@ddn.com>
Change-Id: Ifd02ee6cfafc27347b3c31e0dbbaab15190cf883
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/50341
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: Aurelien Degremont <adegremont@nvidia.com>
Reviewed-by: Jonathan Calmels <jcalmels@nvidia.com>
lustre/utils/gss/lgss_krb5_utils.c