[PATCH] winbindd: error handling in rpc_try_lookup_sids3()

Jeremy Allison jra at samba.org
Sat Apr 1 17:29:06 UTC 2017


On Sat, Apr 01, 2017 at 08:53:04AM -0400, Jim Brown via samba-technical wrote:
> What about changing
>     NT_STATUS_NONE_MAPPED == NT_STATUS(0xc0000073)
> to
>     NT_STATUS_NONE_MAPPED == NT_STATUS(0x73)
> to not be an error (like NT_STATUS_SOME_NOT_MAPPED)?

No, we can't do that. Anything with 0xC0000000 has
to be mapped as an error.



More information about the samba-technical mailing list