diff options
author | Günther Deschner <gd@samba.org> | 2009-09-13 00:28:49 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-09-14 06:49:58 +0200 |
commit | 2f9adf04e4b3e16c046cb371a428a8a70d5de041 (patch) | |
tree | 481407b74cd3a00259ff7539758e18c055285a27 /source3/include | |
parent | ff968712bab6c2635ef74723c6f52b0fdac4b424 (diff) | |
download | samba-2f9adf04e4b3e16c046cb371a428a8a70d5de041.tar.gz samba-2f9adf04e4b3e16c046cb371a428a8a70d5de041.tar.bz2 samba-2f9adf04e4b3e16c046cb371a428a8a70d5de041.zip |
s3-rpc_client: add rpccli_lsa_lookup_sids3 wrapper.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 2b9b95b1e3..5da13ca0d7 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5203,6 +5203,14 @@ NTSTATUS rpccli_lsa_lookup_sids(struct rpc_pipe_client *cli, char ***pdomains, char ***pnames, enum lsa_SidType **ptypes); +NTSTATUS rpccli_lsa_lookup_sids3(struct rpc_pipe_client *cli, + TALLOC_CTX *mem_ctx, + struct policy_handle *pol, + int num_sids, + const DOM_SID *sids, + char ***pdomains, + char ***pnames, + enum lsa_SidType **ptypes); NTSTATUS rpccli_lsa_lookup_names(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, struct policy_handle *pol, int num_names, |