librpc: Add context as to if this token should be used for claims evaluation
commit5696f66d1dd2a5c46e336ff7029aac687b88cdf7
authorAndrew Bartlett <abartlet@samba.org>
Thu, 14 Sep 2023 09:04:34 +0000 (14 21:04 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 26 Sep 2023 23:45:35 +0000 (26 23:45 +0000)
tree71729e49dfec4764d76cc38a85d11f16878ad188
parentc9cf90aee864d8131dc386d61f3e35602c2ed63c
librpc: Add context as to if this token should be used for claims evaluation

Claims evaluation is added to the core se_access_check() library, but
not all callers provide claims in the security_token and we want to
be able to disable this new and complex code if needed.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
librpc/idl/security.idl