libcli/security: prepare sddl machine/forest_sid handling
authorStefan Metzmacher <metze@samba.org>
Thu, 14 Jan 2016 10:02:10 +0000 (11:02 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 20 Mar 2023 10:53:41 +0000 (10:53 +0000)
commitf3fad5a189f73615360510ac61266c9fffa58edc
treecf984abaa515b1637d8a263db9a8b2a94b6ca61b
parentbd327f7d7a0d5f3377129ceb7f74e9dcf40587f3
libcli/security: prepare sddl machine/forest_sid handling

In future we need to pass in 3 sids to sddl_encode()

Once we pass in a machine_sid from the caller we need to
have a test on a Windows member if the .machine_rid values
really belong to the local machine sid.
At least [MS-DTYP] 2.4.2.4 Well-Known SID Structures
pretents "LA" and "LG" are relative to the local machine sid.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Mon Mar 20 10:53:41 UTC 2023 on atb-devel-224
libcli/security/sddl.c