rpc: Add global_sid_Samba_NPA_Flags SID
authorVolker Lendecke <vl@samba.org>
Tue, 18 Apr 2023 10:09:45 +0000 (12:09 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 16 May 2023 10:53:40 +0000 (10:53 +0000)
commitebbb93cc7a57a118b82b8f383d25f1eb022397d6
treed486d983305f2b214a578fd6d4bf3f441fe98d77
parent1d11e0489b2c91fc05c6befc0463695d7102abcc
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>
libcli/security/dom_sid.h
libcli/security/util_sid.c
source3/include/proto.h
source3/lib/util_sid.c