mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3:lib add new well-known SIDs for BUILTIN
Distributed COM Users, Cryptographic Operators, Event Log Readers and Certificate Service DCOM Access were missing from the BUILTIN well-known SID list
This commit is contained in:
parent
b43c69bedf
commit
74751446a2
@ -52,6 +52,14 @@ static const struct rid_name_map builtin_aliases[] = {
|
||||
"Windows Authorization Access Group" },
|
||||
{ BUILTIN_RID_TS_LICENSE_SERVERS,
|
||||
"Terminal Server License Servers" },
|
||||
{ BUILTIN_RID_DISTRIBUTED_COM_USERS,
|
||||
"Distributed COM Users" },
|
||||
{ BUILTIN_RID_CRYPTO_OPERATORS,
|
||||
"Cryptographic Operators" },
|
||||
{ BUILTIN_RID_EVENT_LOG_READERS,
|
||||
"Event Log Readers" },
|
||||
{ BUILTIN_RID_CERT_SERV_DCOM_ACCESS,
|
||||
"Certificate Service DCOM Access" },
|
||||
{ 0, NULL}};
|
||||
|
||||
/*******************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user