rpc: Add global_sid_Samba_NPA_Flags SID
authorVolker Lendecke <vl@samba.org>
Tue, 18 Apr 2023 10:09:45 +0000 (12:09 +0200)
committerJule Anger <janger@samba.org>
Tue, 23 May 2023 07:13:09 +0000 (07:13 +0000)
commit61a71886a14a6e6626b79bfc33a99a32c312c197
treef24951c7f983c94c2ac98751383d46778a928c14
parent9a3ae1d0da7de09a014a1bab5c0b1ff3f23509b1
rpc: Add global_sid_Samba_NPA_Flags SID

This will be used as a flexible way to pass per-RPC-connection flags
over ncalrpc to the RPC server without having to modify
named_pipe_auth_req_info6 every time something new needs to be
passed. It's modeled after global_sid_Samba_SMB3.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=15361
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
(cherry picked from commit ebbb93cc7a57a118b82b8f383d25f1eb022397d6)
libcli/security/dom_sid.h
libcli/security/util_sid.c
source3/include/proto.h
source3/lib/util_sid.c