w3:winbind: Convert WINBINDD_LOOKUPRIDS to the new API
[ira/wip.git] / source3 / librpc / idl / wbint.idl
index fbbe5ef118819d2e86bad928f3e02fd75aab65cf..ab258c583270afe9a8d0f0b606c59f273ba9e411 100644 (file)
@@ -126,4 +126,9 @@ interface wbint
        [in]                                    uint32 flags,
        [out]                                   netr_DsRGetDCNameInfo **dc_info
        );
+
+    NTSTATUS wbint_LookupRids(
+       [in] wbint_RidArray *rids,
+       [out] wbint_Principals *names
+       );
 }
\ No newline at end of file