security.idl: add missing BUILTIN SIDs
authorBjörn Jacke <bj@sernet.de>
Sat, 3 Jul 2021 22:50:57 +0000 (00:50 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 20 Jun 2022 18:18:15 +0000 (18:18 +0000)
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

librpc/idl/security.idl

index b8604741164a2051209cc22748130c523e45d665..d05e3c3e1b7a4d52af74c7ff6731be5d5a336c04 100644 (file)
@@ -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";