mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
6bd3b4528d
This is to adapt to the changed Heimdal KDC plugin API. When we add support for device claims, we want to be able to verify the PAC of the armor ticket without modifying or updating it. Previously, we couldn't do this as the two operations were tightly intertwined. Now the parts that only perform verification are split out into a new function, samba_kdc_verify_pac(). NOTE: This commit finally works again! Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>