winbindd: explicit check for well-known SIDs in wb_lookupsids_bulk()
commit5083579048b8c5b810868550be2230a1f9519c05
authorRalph Boehme <slow@samba.org>
Sun, 2 Apr 2017 11:42:45 +0000 (2 13:42 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 20 Apr 2017 10:23:18 +0000 (20 12:23 +0200)
treeda349ab7d16dc0babdca004e732e246239f38c0e
parent1a6802ed4ce8a247963f2b220dabd0cb4afa124e
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>
(cherry picked from commit 167bb5ead8c7193d173fdba8a453279d422fa7ea)
source3/winbindd/wb_lookupsids.c