diff options
author | Günther Deschner <gd@samba.org> | 2009-10-20 15:15:06 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-10-20 15:28:31 +0200 |
commit | c7023c5a3dc1644e9b8ae667f7f9d6d1dfe49bb1 (patch) | |
tree | 1d1f7eb32c5ed19031bb326d7fc7c2a8e95377f2 /source3/passdb | |
parent | 1f4d26c4870989c5a0aba773c97172f0c0185aba (diff) | |
download | samba-c7023c5a3dc1644e9b8ae667f7f9d6d1dfe49bb1.tar.gz samba-c7023c5a3dc1644e9b8ae667f7f9d6d1dfe49bb1.tar.bz2 samba-c7023c5a3dc1644e9b8ae667f7f9d6d1dfe49bb1.zip |
s3-lsa: Allow to lookup 'NT AUTHORITY\Anonymous Logon' as well.
This is to finally pass RPC-LSA-LOOKUPNAMES test.
Guenther
Diffstat (limited to 'source3/passdb')
-rw-r--r-- | source3/passdb/util_wellknown.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/passdb/util_wellknown.c b/source3/passdb/util_wellknown.c index 3a30ab0a65..2af68b7e7c 100644 --- a/source3/passdb/util_wellknown.c +++ b/source3/passdb/util_wellknown.c @@ -50,6 +50,7 @@ static const struct rid_name_map nt_authority_users[] = { { 4, "Interactive"}, { 6, "Service"}, { 7, "AnonymousLogon"}, + { 7, "Anonymous Logon"}, { 8, "Proxy"}, { 9, "ServerLogon"}, { 10, "Self"}, |