python: Change the generic merge_nt_token() to being specific to the system_token
commitd9e268db0cf3c605aad25cd3b3c065afc6b993b5
authorAndrew Bartlett <abartlet@samba.org>
Fri, 15 Sep 2023 00:07:25 +0000 (15 12:07 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 26 Sep 2023 23:45:36 +0000 (26 23:45 +0000)
tree6de1c672747c6610a27e59319aa4058ad609b291
parentd027200a02e07c6a80e5bf3854af836d10b01b7d
python: Change the generic merge_nt_token() to being specific to the system_token

This allows us to punt on the question of merging the claims, as there are
none on the system token.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
python/samba/gp/gpclass.py