s3:lib S-1-5-9 is "Enterprise Domain Controllers"
authorChristian Ambach <ambi@samba.org>
Mon, 29 Aug 2011 15:46:06 +0000 (17:46 +0200)
committerChristian Ambach <ambi@samba.org>
Wed, 31 Aug 2011 07:53:31 +0000 (09:53 +0200)
and not ServerLogon

source3/lib/util_wellknown.c

index 1581dfa859490658ee739f4c5b33b935b1935d02..19ac7cee348fc8a7650d91363b34f636f047c1ff 100644 (file)
@@ -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"},