From: Joseph Sutton Date: Tue, 28 Nov 2023 21:42:36 +0000 (+1300) Subject: s4:auth: Clarify comment about requiring FAST armor X-Git-Tag: talloc-2.4.2~231 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dac9cd00858c3d8eb9a07a03dc2e12837a67f81a;p=thirdparty%2Fsamba.git s4:auth: Clarify comment about requiring FAST armor Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/auth/kerberos/kerberos_util.c b/source4/auth/kerberos/kerberos_util.c index de9f2c38655..ba8d822f638 100644 --- a/source4/auth/kerberos/kerberos_util.c +++ b/source4/auth/kerberos/kerberos_util.c @@ -358,9 +358,9 @@ done: { bool require_fast; /* - * This ensures that if FAST was required, that we proceed - * with no credentials cache, but with (eg) anonymous - * PKINIT + * This ensures that if FAST was required, but no armor + * credentials cache was specified, we proceed with (eg) + * anonymous PKINIT */ require_fast = cli_credentials_get_krb5_require_fast_armor(credentials); if (require_fast) {