diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/util_wellknown.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/lib/util_wellknown.c b/source3/lib/util_wellknown.c index f2f99af2d0..a6f6a614ef 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[] = { |