mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
security.idl add new well-known SIDs
http://support.microsoft.com/kb/243330/en-us lists some new well-known SIDS in the BUILTIN domain
This commit is contained in:
parent
80f4a936f2
commit
b43c69bedf
@ -269,6 +269,10 @@ interface security
|
||||
const string SID_BUILTIN_PERFLOG_USERS = "S-1-5-32-559";
|
||||
const string SID_BUILTIN_AUTH_ACCESS = "S-1-5-32-560";
|
||||
const string SID_BUILTIN_TS_LICENSE_SERVERS = "S-1-5-32-561";
|
||||
const string SID_BUILTIN_DISTRIBUTED_COM_USERS = "S-1-5-32-562";
|
||||
const string SID_BUILTIN_CRYPTO_OPERATORS = "S-1-5-32-569";
|
||||
const string SID_BUILTIN_EVENT_LOG_READERS = "S-1-5-32-573";
|
||||
const string SID_BUILTIN_CERT_SERV_DCOM_ACCESS = "S-1-5-32-574";
|
||||
|
||||
/* SECURITY_NT_SERVICE */
|
||||
const string NAME_NT_SERVICE = "NT SERVICE";
|
||||
@ -316,6 +320,10 @@ interface security
|
||||
const int BUILTIN_RID_PERFLOG_USERS = 559;
|
||||
const int BUILTIN_RID_AUTH_ACCESS = 560;
|
||||
const int BUILTIN_RID_TS_LICENSE_SERVERS = 561;
|
||||
const int BUILTIN_RID_DISTRIBUTED_COM_USERS = 562;
|
||||
const int BUILTIN_RID_CRYPTO_OPERATORS = 569;
|
||||
const int BUILTIN_RID_EVENT_LOG_READERS = 573;
|
||||
const int BUILTIN_RID_CERT_SERV_DCOM_ACCESS = 574;
|
||||
|
||||
/********************************************************************
|
||||
This is a list of privileges reported by a WIndows 2008 R2 DC
|
||||
|
Loading…
x
Reference in New Issue
Block a user