s3/rpc_client: lookupsids error handling of NT_STATUS_NONE_MAPPED
authorRalph Boehme <slow@samba.org>
Sat, 1 Apr 2017 14:51:07 +0000 (16:51 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 7 Apr 2017 20:52:24 +0000 (22:52 +0200)
commit416c74e8c89dc2fb2083beaaa9ac8a6e975ec873
tree931e7bb208f4abaa670423ecf54213d37c153247
parent0e7e4ebad31caa1ccb392f2fe20c67929149b8c9
s3/rpc_client: lookupsids error handling of NT_STATUS_NONE_MAPPED

NT_STATUS_NONE_MAPPED is not a fatal error, it just means we must return
all lsa_TranslatedName's as type SID_NAME_UNKNOWN.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=12728

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/rpc_client/cli_lsarpc.c