s3: Add winbindd_lookupsids
[ira/wip.git] / source3 / winbindd / winbindd.c
index fc6ea9378c06f2ffb0f2d9a395ada6e9dc129da6..330f9008317d81e1cbfcd8efd2e301ceb922b07d 100644 (file)
@@ -471,6 +471,8 @@ static struct winbindd_async_dispatch_table async_nonpriv_table[] = {
          wb_ping_send, wb_ping_recv },
        { WINBINDD_LOOKUPSID, "LOOKUPSID",
          winbindd_lookupsid_send, winbindd_lookupsid_recv },
+       { WINBINDD_LOOKUPSIDS, "LOOKUPSIDS",
+         winbindd_lookupsids_send, winbindd_lookupsids_recv },
        { WINBINDD_LOOKUPNAME, "LOOKUPNAME",
          winbindd_lookupname_send, winbindd_lookupname_recv },
        { WINBINDD_SID_TO_UID, "SID_TO_UID",