From 0da5e153787b461ea9ba5ac5353a0046a5a26e07 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 6 Jul 2010 17:02:33 +0200 Subject: s3-winbindd: route samr chgpwd ops for own domain over internal samr pipe as well. Guenther --- source3/winbindd/winbindd_proto.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source3/winbindd/winbindd_proto.h') diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h index caa1cac0ef..a26a9df889 100644 --- a/source3/winbindd/winbindd_proto.h +++ b/source3/winbindd/winbindd_proto.h @@ -875,4 +875,11 @@ NTSTATUS winbindd_pam_chng_pswd_auth_crap_recv( struct tevent_req *req, struct winbindd_response *response); +/* The following definitions come from winbindd/winbindd_samr.c */ + +NTSTATUS open_internal_samr_conn(TALLOC_CTX *mem_ctx, + struct winbindd_domain *domain, + struct rpc_pipe_client **samr_pipe, + struct policy_handle *samr_domain_hnd); + #endif /* _WINBINDD_PROTO_H_ */ -- cgit