mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
s3-lsa: Allow to lookup 'NT AUTHORITY\Anonymous Logon' as well.
This is to finally pass RPC-LSA-LOOKUPNAMES test. Guenther
This commit is contained in:
parent
1f4d26c487
commit
c7023c5a3d
@ -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"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user