s3: Fix bug 7842: WINBIND_LOOKUPRIDS does not return the proper domain name
[amitay/samba.git] / source3 / librpc / idl / wbint.idl
index 4ac36930d3855c6c47e6cf6c9eddd13b5ea7df6a..470fb8b7eb39d4eaba1847f3134c0dd61c5901d8 100644 (file)
@@ -142,6 +142,7 @@ interface wbint
 
     NTSTATUS wbint_LookupRids(
        [in] wbint_RidArray *rids,
+       [out,string,charset(UTF8)] char **domain_name,
        [out] wbint_Principals *names
        );