From c7023c5a3dc1644e9b8ae667f7f9d6d1dfe49bb1 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 20 Oct 2009 15:15:06 +0200 Subject: s3-lsa: Allow to lookup 'NT AUTHORITY\Anonymous Logon' as well. This is to finally pass RPC-LSA-LOOKUPNAMES test. Guenther --- source3/passdb/util_wellknown.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/passdb/util_wellknown.c') 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"}, -- cgit