From: Christian Ambach Date: Mon, 29 Aug 2011 15:36:25 +0000 (+0200) Subject: s3:lib add new well-known SIDs for BUILTIN X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=74751446a2a7dc323682d8eee23fddef9d353e16;p=rusty%2Fsamba.git 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 --- diff --git a/source3/lib/util_builtin.c b/source3/lib/util_builtin.c index b370a76c691..3aae509f737 100644 --- a/source3/lib/util_builtin.c +++ b/source3/lib/util_builtin.c @@ -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}}; /*******************************************************************