]> git.ipfire.org Git - thirdparty/samba.git/commit
heimdal:kdc: Always generate a PAC for S4U2Self
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 23 Nov 2021 04:30:50 +0000 (17:30 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 30 Nov 2021 02:42:31 +0000 (02:42 +0000)
commit1f4f3018c5001b289b91959a72d00575c8fc0ac1
tree79fc20d5b0fa4c45917e1b56bf8a03b00e6c643f
parent192d6edfe912105ec344dc554f872a24c03540a3
heimdal:kdc: Always generate a PAC for S4U2Self

If we decided not to put a PAC into the ticket, mspac would be NULL
here, and the resulting ticket would not contain a PAC. This could
happen if there was a request to omit the PAC or the service did not
require authorization data. Ensure that we always generate a PAC.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
selftest/knownfail_heimdal_kdc
source4/heimdal/kdc/krb5tgs.c