diff options
author | Günther Deschner <gd@samba.org> | 2009-09-11 19:35:14 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-09-14 06:49:58 +0200 |
commit | ff968712bab6c2635ef74723c6f52b0fdac4b424 (patch) | |
tree | f0170bded850c92bd225fa77024a7e27441b7f48 /source3/include | |
parent | fde8c46855350111e94f1da7afc6c440ab746d8b (diff) | |
download | samba-ff968712bab6c2635ef74723c6f52b0fdac4b424.tar.gz samba-ff968712bab6c2635ef74723c6f52b0fdac4b424.tar.bz2 samba-ff968712bab6c2635ef74723c6f52b0fdac4b424.zip |
s3-rpc_client: add rpccli_lsa_lookup_names4 wrapper.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index abc76e8e02..2b9b95b1e3 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5211,6 +5211,15 @@ NTSTATUS rpccli_lsa_lookup_names(struct rpc_pipe_client *cli, int level, DOM_SID **sids, enum lsa_SidType **types); +NTSTATUS rpccli_lsa_lookup_names4(struct rpc_pipe_client *cli, + TALLOC_CTX *mem_ctx, + struct policy_handle *pol, int num_names, + const char **names, + const char ***dom_names, + int level, + DOM_SID **sids, + enum lsa_SidType **types); + bool fetch_domain_sid( char *domain, char *remote_machine, DOM_SID *psid); /* The following definitions come from rpc_client/cli_netlogon.c */ |