mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-15 08:12:45 -05:00
dll: posix: use the S-1-0-65534 <-> 65534 for the unmapped SID/UID
This commit is contained in:
@ -10,6 +10,7 @@ void posix_map_sid_test(void)
|
||||
UINT32 Uid;
|
||||
} map[] =
|
||||
{
|
||||
{ L"S-1-0-65534", 65534 },
|
||||
{ L"S-1-0-0", 0x10000 },
|
||||
{ L"S-1-1-0", 0x10100 },
|
||||
{ L"S-1-2-0", 0x10200 },
|
||||
|
Reference in New Issue
Block a user