Fix user2user principal (again)
73debbc166
accidentially reverted the critical part of040a093654
, presumably during conflict resolution. Found by a strict Samba compile during import of current Heimdal. See #780 Signed-off-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:

committed by
Luke Howard

parent
8875cb656b
commit
8caadcd9fc
@@ -1690,7 +1690,7 @@ tgs_build_reply(astgs_request_t priv,
|
||||
goto out;
|
||||
}
|
||||
|
||||
ret = verify_flags(context, config, &adtkt, spn);
|
||||
ret = verify_flags(context, config, &adtkt, tpn);
|
||||
if (ret) {
|
||||
_kdc_audit_addreason((kdc_request_t)priv,
|
||||
"User-to-user TGT expired or invalid");
|
||||
|
Reference in New Issue
Block a user