From d3870413d10bea9aeca5d0c9d08d19b708070ed2 Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Mon, 29 Aug 2011 17:42:45 +0200 Subject: s3:lib add S-1-5-17 to well-known SID list http://support.microsoft.com/kb/243330/en-us says the name is "This organization", but Windows 2008 says IUSR Picking the Windows 2008 variant as 'This Organization' would be duplicate to S-1-5-15 --- source3/lib/util_wellknown.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib') diff --git a/source3/lib/util_wellknown.c b/source3/lib/util_wellknown.c index a6f6a614ef..6f4054ab63 100644 --- a/source3/lib/util_wellknown.c +++ b/source3/lib/util_wellknown.c @@ -63,6 +63,7 @@ static const struct rid_name_map nt_authority_users[] = { { 13, "Terminal Server User"}, { 14, "Remote Interactive Logon"}, { 15, "This Organization"}, + { 17, "IUSR"}, { 18, "SYSTEM"}, { 19, "Local Service"}, { 20, "Network Service"}, -- cgit