s3: Export WINBINDD_SIDS_TO_XIDS via the winbind pipe
[ira/wip.git] / source3 / winbindd / winbindd.c
index 330f9008317d81e1cbfcd8efd2e301ceb922b07d..c5a124a628fae7f6c6efb5a6d87f2b1d05fa413e 100644 (file)
@@ -483,6 +483,8 @@ static struct winbindd_async_dispatch_table async_nonpriv_table[] = {
          winbindd_uid_to_sid_send, winbindd_uid_to_sid_recv },
        { WINBINDD_GID_TO_SID, "GID_TO_SID",
          winbindd_gid_to_sid_send, winbindd_gid_to_sid_recv },
+       { WINBINDD_SIDS_TO_XIDS, "SIDS_TO_XIDS",
+         winbindd_sids_to_xids_send, winbindd_sids_to_xids_recv },
        { WINBINDD_GETPWSID, "GETPWSID",
          winbindd_getpwsid_send, winbindd_getpwsid_recv },
        { WINBINDD_GETPWNAM, "GETPWNAM",