dll: posix: use the S-1-0-65534 <-> 65534 for the unmapped SID/UID

This commit is contained in:
Bill Zissimopoulos
2016-06-28 11:45:35 -07:00
parent e33fda4d00
commit 0577b8febb
2 changed files with 9 additions and 6 deletions

View File

@ -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 },