mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
dll: posix: map unmapped UID to S-1-5-7 (Anonymous)
This commit is contained in:
@ -10,7 +10,7 @@ void posix_map_sid_test(void)
|
||||
UINT32 Uid;
|
||||
} map[] =
|
||||
{
|
||||
{ L"S-1-0-0", -1 },
|
||||
{ L"S-1-0-0", 0x10000 },
|
||||
{ L"S-1-1-0", 0x10100 },
|
||||
{ L"S-1-2-0", 0x10200 },
|
||||
{ L"S-1-2-1", 0x10201 },
|
||||
|
Reference in New Issue
Block a user