]> git.ipfire.org Git - thirdparty/samba.git/commit
s4:kdc: introduce need_device helper variable in samba_kdc_update_pac()
authorStefan Metzmacher <metze@samba.org>
Wed, 19 Feb 2025 11:34:12 +0000 (12:34 +0100)
committerRalph Boehme <slow@samba.org>
Sat, 22 Feb 2025 22:06:39 +0000 (22:06 +0000)
commit8e0b132c080e91f9a8b7b8a5160ab49acac2d50e
tree4dccc8d79fff6c4a81d8f7ea518112623f4b7342
parente55caa68a5507b5ab6130bfafef4c0bd521144a7
s4:kdc: introduce need_device helper variable in samba_kdc_update_pac()

Also use samba_kdc_entry_pac_valid_principal() in order to catch
all conditions for a valid device. For principals issued by
trusted domains there's no device.entry pointer!

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source4/kdc/pac-glue.c