s3:lib add some more well-known sids
authorChristian Ambach <ambi@samba.org>
Mon, 29 Aug 2011 15:40:18 +0000 (17:40 +0200)
committerChristian Ambach <ambi@samba.org>
Wed, 31 Aug 2011 07:53:31 +0000 (09:53 +0200)
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

index f2f99af2d071946dab7df6c0e111377b98e97e30..a6f6a614ef0e8f96820856b8cf5f521dae916e14 100644 (file)
@@ -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[] = {