s3:lib add S-1-5-17 to well-known SID list
authorChristian Ambach <ambi@samba.org>
Mon, 29 Aug 2011 15:42:45 +0000 (17:42 +0200)
committerChristian Ambach <ambi@samba.org>
Wed, 31 Aug 2011 07:53:31 +0000 (09:53 +0200)
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

index a6f6a614ef0e8f96820856b8cf5f521dae916e14..6f4054ab63c6f494b6978bdf72cc1ffaac854216 100644 (file)
@@ -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"},