winbindd: explicit check for well-known SIDs in wb_lookupsids_bulk()
authorRalph Boehme <slow@samba.org>
Sun, 2 Apr 2017 11:42:45 +0000 (13:42 +0200)
committerRalph Boehme <slow@samba.org>
Thu, 6 Apr 2017 18:08:19 +0000 (20:08 +0200)
commit167bb5ead8c7193d173fdba8a453279d422fa7ea
tree27655ff66c144a31fb16ba8231cbff8c644b76d3
parent415d61eebbfe22a243bc14c089b01054373cdf7e
winbindd: explicit check for well-known SIDs in wb_lookupsids_bulk()

Those are implicitly already catched by the

  if (sid->num_auths != 5)

check, but I'd like to make the desired behaviour more obvious.

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

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/winbindd/wb_lookupsids.c