summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_lsarpc.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2012-11-28 17:00:49 +0100
committerAndreas Schneider <asn@samba.org>2012-11-30 11:49:41 +0100
commit3c486dfee47d4d232f88bce05c0b583ed8c6a63b (patch)
treea0785b837cc9f1370ba2407ed308f8772eefd84d /source3/rpc_client/cli_lsarpc.h
parent2d38154f91d8cc7bf1269bdc134d161c438eac92 (diff)
downloadsamba-3c486dfee47d4d232f88bce05c0b583ed8c6a63b.tar.gz
samba-3c486dfee47d4d232f88bce05c0b583ed8c6a63b.tar.bz2
samba-3c486dfee47d4d232f88bce05c0b583ed8c6a63b.zip
s3-rpc_client: make dcerpc_lsa_lookup_names_generic() public.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/rpc_client/cli_lsarpc.h')
-rw-r--r--source3/rpc_client/cli_lsarpc.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/source3/rpc_client/cli_lsarpc.h b/source3/rpc_client/cli_lsarpc.h
index 5e76ba3e07..36afe0bdfb 100644
--- a/source3/rpc_client/cli_lsarpc.h
+++ b/source3/rpc_client/cli_lsarpc.h
@@ -196,6 +196,17 @@ NTSTATUS dcerpc_lsa_lookup_names4(struct dcerpc_binding_handle *h,
struct dom_sid **sids,
enum lsa_SidType **types,
NTSTATUS *result);
+NTSTATUS dcerpc_lsa_lookup_names_generic(struct dcerpc_binding_handle *h,
+ TALLOC_CTX *mem_ctx,
+ struct policy_handle *pol,
+ uint32_t num_names,
+ const char **names,
+ const char ***dom_names,
+ enum lsa_LookupNamesLevel level,
+ struct dom_sid **sids,
+ enum lsa_SidType **types,
+ bool use_lookupnames4,
+ NTSTATUS *presult);
bool fetch_domain_sid( char *domain, char *remote_machine, struct dom_sid *psid);