summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-07-06 17:02:33 +0200
committerGünther Deschner <gd@samba.org>2010-07-07 16:49:26 +0200
commit0da5e153787b461ea9ba5ac5353a0046a5a26e07 (patch)
treec51dbb5c5f403ff301c02df29431e47ef4b039c7 /source3/winbindd/winbindd_proto.h
parent519d17e451399f09f154dc581a22e74162ff7807 (diff)
downloadsamba-0da5e153787b461ea9ba5ac5353a0046a5a26e07.tar.gz
samba-0da5e153787b461ea9ba5ac5353a0046a5a26e07.tar.bz2
samba-0da5e153787b461ea9ba5ac5353a0046a5a26e07.zip
s3-winbindd: route samr chgpwd ops for own domain over internal samr pipe as well.
Guenther
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h7
1 files changed, 7 insertions, 0 deletions
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_ */