From 402733b518dada3ffd3a9cb622a8f994ed35a9ac Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 25 Jun 2008 11:50:17 +0200 Subject: rpc_client: add rpccli_samr_chgpasswd_user() call. Guenther (This used to be commit 10fd2baa8320f96286d53b677cf38f3ca3aa88a7) --- source3/include/proto.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 42277277b0..1eb5fbda03 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -7144,6 +7144,11 @@ uint32 reg_init_regval_buffer( REGVAL_BUFFER *buf2, REGISTRY_VALUE *val ); /* The following definitions come from rpc_client/cli_samr.c */ +NTSTATUS rpccli_samr_chgpasswd_user(struct rpc_pipe_client *cli, + TALLOC_CTX *mem_ctx, + struct policy_handle *user_handle, + const char *newpassword, + const char *oldpassword); NTSTATUS rpccli_samr_chgpasswd_user2(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, const char *username, -- cgit