From 0decdf8ace467f5df939db8291a4516a7dbb019a Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Mon, 29 Aug 2011 17:40:18 +0200 Subject: [PATCH] s3:lib add some more well-known sids add S-1-3-2/Creator Owner Server, S-1-3-3/Creator Group Server and S-1-3-4/Owner Rights to the well-known SID list --- source3/lib/util_wellknown.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source3/lib/util_wellknown.c b/source3/lib/util_wellknown.c index f2f99af2d07..a6f6a614ef0 100644 --- a/source3/lib/util_wellknown.c +++ b/source3/lib/util_wellknown.c @@ -42,6 +42,9 @@ static const struct rid_name_map everyone_users[] = { static const struct rid_name_map creator_owner_users[] = { { 0, "Creator Owner" }, { 1, "Creator Group" }, + { 2, "Creator Owner Server" }, + { 3, "Creator Group Server" }, + { 4, "Owner Rights" }, { 0, NULL}}; static const struct rid_name_map nt_authority_users[] = { -- 2.34.1