summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2021-07-04 00:50:57 +0200
committerJeremy Allison <jra@samba.org>2022-06-20 18:18:15 +0000
commit7897bc8c792c305b12380784a0550f3a19f4027d (patch)
tree850d0f2f98aa90f50133fa57bf786574b7aa0fd4 /librpc
parent808a7b8b76dbcaac1db0508fd410d0bcf702af7a (diff)
downloadsamba-7897bc8c792c305b12380784a0550f3a19f4027d.tar.gz
security.idl: add missing BUILTIN SIDs
see: https://docs.microsoft.com/en-us/windows/win32/secauthz/well-known-sids https://docs.microsoft.com/en-us/windows/security/identity-protection/access-control/active-directory-security-groups https://docs.microsoft.com/en-us/troubleshoot/windows-server/identity/security-identifiers-in-windows Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Mon Jun 20 18:18:15 UTC 2022 on sn-devel-184
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/security.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/librpc/idl/security.idl b/librpc/idl/security.idl
index b8604741164..d05e3c3e1b7 100644
--- a/librpc/idl/security.idl
+++ b/librpc/idl/security.idl
@@ -284,6 +284,8 @@ interface security
const string SID_BUILTIN_HYPER_V_ADMINS = "S-1-5-32-578";
const string SID_BUILTIN_ACCESS_CONTROL_ASSISTANCE_OPS = "S-1-5-32-579";
const string SID_BUILTIN_REMOTE_MANAGEMENT_USERS = "S-1-5-32-580";
+ const string SID_BUILTIN_SYSTEM_MANAGED_ACCOUNTS_GRP = "S-1-5-32-581";
+ const string SID_BUILTIN_STORAGE_REPLICA_ADMINISTRATORS = "S-1-5-32-582";
const string SID_SECURITY_RESTRICTED_CODE = "S-1-5-33";