diff options
author | Christian Ambach <ambi@samba.org> | 2011-08-29 17:46:06 +0200 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2011-08-31 09:53:31 +0200 |
commit | 4c2be3df0ef00ea1307fe022f8d156edeffb36a5 (patch) | |
tree | 96a9261516e1ae22d288c3cf87822687fca37b85 /source3 | |
parent | 8ecdb5595728b153ffb6d4527de9f6abd7795a31 (diff) | |
download | samba-4c2be3df0ef00ea1307fe022f8d156edeffb36a5.tar.gz samba-4c2be3df0ef00ea1307fe022f8d156edeffb36a5.tar.bz2 samba-4c2be3df0ef00ea1307fe022f8d156edeffb36a5.zip |
s3:lib S-1-5-9 is "Enterprise Domain Controllers"
and not ServerLogon
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/util_wellknown.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"}, |