1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

s4:auth: Clarify comment about requiring FAST armor

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-11-29 10:42:36 +13:00 committed by Andrew Bartlett
parent 58c6e46ada
commit dac9cd0085

View File

@ -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) {