summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2012-11-28 16:57:24 +0100
committerAndreas Schneider <asn@samba.org>2012-11-30 11:49:34 +0100
commit7bd9a3b86f4622369f3be57904a022202d934fec (patch)
tree465745f41a1428ccae4c054b72ab5032d908ec93 /source3/winbindd/winbindd_proto.h
parent457c933ff04e8ffc11ad1b94bbd9d28c48109066 (diff)
downloadsamba-7bd9a3b86f4622369f3be57904a022202d934fec.tar.gz
samba-7bd9a3b86f4622369f3be57904a022202d934fec.tar.bz2
samba-7bd9a3b86f4622369f3be57904a022202d934fec.zip
s3-winbindd: add cm_connect_lsat().
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index bf8dbf77b1..b4f0852ac3 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -163,6 +163,10 @@ NTSTATUS cm_connect_lsa(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx,
NTSTATUS cm_connect_lsa_tcp(struct winbindd_domain *domain,
TALLOC_CTX *mem_ctx,
struct rpc_pipe_client **cli);
+NTSTATUS cm_connect_lsat(struct winbindd_domain *domain,
+ TALLOC_CTX *mem_ctx,
+ struct rpc_pipe_client **cli,
+ struct policy_handle *lsa_policy);
NTSTATUS cm_connect_netlogon(struct winbindd_domain *domain,
struct rpc_pipe_client **cli);
bool fetch_current_dc_from_gencache(TALLOC_CTX *mem_ctx,