s3:lib add new well-known SIDs for BUILTIN
authorChristian Ambach <ambi@samba.org>
Mon, 29 Aug 2011 15:36:25 +0000 (17:36 +0200)
committerChristian Ambach <ambi@samba.org>
Wed, 31 Aug 2011 07:53:31 +0000 (09:53 +0200)
Distributed COM Users, Cryptographic Operators, Event Log Readers
and Certificate Service DCOM Access were missing from the BUILTIN
well-known SID list

source3/lib/util_builtin.c

index b370a76c6918e73c808b216066949b08c0223051..3aae509f737fa2e780547e79d2b69decde50f423 100644 (file)
@@ -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}};
 
 /*******************************************************************