From 4c2be3df0ef00ea1307fe022f8d156edeffb36a5 Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Mon, 29 Aug 2011 17:46:06 +0200 Subject: s3:lib S-1-5-9 is "Enterprise Domain Controllers" and not ServerLogon --- source3/lib/util_wellknown.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/util_wellknown.c') diff --git a/source3/lib/util_wellknown.c b/source3/lib/util_wellknown.c index 1581dfa859..19ac7cee34 100644 --- a/source3/lib/util_wellknown.c +++ b/source3/lib/util_wellknown.c @@ -55,7 +55,7 @@ static const struct rid_name_map nt_authority_users[] = { { 6, "Service"}, { 7, "Anonymous Logon"}, { 8, "Proxy"}, - { 9, "ServerLogon"}, + { 9, "Enterprise Domain Controllers"}, { 10, "Self"}, { 11, "Authenticated Users"}, { 12, "Restricted"}, -- cgit