[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Mon Jun 20 18:19:01 UTC 2022


The branch, master has been updated
       via  7897bc8c792 security.idl: add missing BUILTIN SIDs
      from  808a7b8b76d s3: VFS: streams_xattr: Add the same accommodation to streams_xattr_unlinkat() as used in streams_xattr_renameat().

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 7897bc8c792c305b12380784a0550f3a19f4027d
Author: Björn Jacke <bj at sernet.de>
Date:   Sun Jul 4 00:50:57 2021 +0200

    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 at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    
    Autobuild-User(master): Jeremy Allison <jra at samba.org>
    Autobuild-Date(master): Mon Jun 20 18:18:15 UTC 2022 on sn-devel-184

-----------------------------------------------------------------------

Summary of changes:
 librpc/idl/security.idl | 2 ++
 1 file changed, 2 insertions(+)


Changeset truncated at 500 lines:

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";
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list