git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1f4d26c
)
s3-lsa: Allow to lookup 'NT AUTHORITY\Anonymous Logon' as well.
author
Günther Deschner
<gd@samba.org>
Tue, 20 Oct 2009 13:15:06 +0000
(15:15 +0200)
committer
Günther Deschner
<gd@samba.org>
Tue, 20 Oct 2009 13:28:31 +0000
(15:28 +0200)
This is to finally pass RPC-LSA-LOOKUPNAMES test.
Guenther
source3/passdb/util_wellknown.c
patch
|
blob
|
history
diff --git
a/source3/passdb/util_wellknown.c
b/source3/passdb/util_wellknown.c
index 3a30ab0a65d8460dfdc692acc497d43017452e1e..2af68b7e7c63bbbd8fc75870af9e97c9d6ec59ba 100644
(file)
--- 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"},
{ 4, "Interactive"},
{ 6, "Service"},
{ 7, "AnonymousLogon"},
+ { 7, "Anonymous Logon"},
{ 8, "Proxy"},
{ 9, "ServerLogon"},
{ 10, "Self"},
{ 8, "Proxy"},
{ 9, "ServerLogon"},
{ 10, "Self"},