Whamcloud - gitweb
LU-17015 gss: bump token buffer size to 16KiB 75/52475/3
authorSebastien Buisson <sbuisson@ddn.com>
Fri, 22 Sep 2023 15:48:51 +0000 (17:48 +0200)
committerSebastien Buisson <sbuisson@ddn.com>
Thu, 28 Sep 2023 07:38:55 +0000 (09:38 +0200)
commit43a540207da0198cc9c45b3c6312c555702b56cb
treef512d92b1c9f6297bd6ed18b118a826e0ba70a08
parentd6f6182387850b93c9266ccc7888576f93950d43
LU-17015 gss: bump token buffer size to 16KiB

A 4 KiB large buffer is not enough to hold the GSS token under some
circumstances. So bump GSS_CTX_INIT_MAX_LEN value to 16 KiB.

Fixes: 9758129177 ("LU-17015 gss: support large kerberos token on client")
Test-Parameters: trivial kerberos=true testlist=sanity-krb5
Signed-off-by: Sebastien Buisson <sbuisson@ddn.com>
Change-Id: I8e72f1447593d2bf2ae537fcc920ceee20e93c09
lustre/ptlrpc/gss/gss_internal.h
lustre/tests/sanity-krb5.sh