1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

s3:winbindd: remove wbint_Sid2Uid() from the wbint.idl

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Michael Adam 2012-11-23 17:48:36 +01:00 committed by Stefan Metzmacher
parent de2cf94719
commit 8b73556e3f

View File

@ -37,12 +37,6 @@ interface wbint
[out] dom_sid *sid
);
NTSTATUS wbint_Sid2Uid(
[in,unique,string,charset(UTF8)] char *dom_name,
[in] dom_sid *sid,
[out] hyper *uid
);
NTSTATUS wbint_Sid2Gid(
[in,unique,string,charset(UTF8)] char *dom_name,
[in] dom_sid *sid,