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:
parent
58c6e46ada
commit
dac9cd0085
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user