summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorChristian Ambach <ambi@samba.org>2011-08-29 17:42:45 +0200
committerChristian Ambach <ambi@samba.org>2011-08-31 09:53:31 +0200
commitd3870413d10bea9aeca5d0c9d08d19b708070ed2 (patch)
tree65a3a711ca8633d9133192d64ff6be83acd9087a /source3
parent0decdf8ace467f5df939db8291a4516a7dbb019a (diff)
downloadsamba-d3870413d10bea9aeca5d0c9d08d19b708070ed2.tar.gz
samba-d3870413d10bea9aeca5d0c9d08d19b708070ed2.tar.bz2
samba-d3870413d10bea9aeca5d0c9d08d19b708070ed2.zip
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
Diffstat (limited to 'source3')
-rw-r--r--source3/lib/util_wellknown.c1
1 files changed, 1 insertions, 0 deletions
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"},