diff options
author | Günther Deschner <gd@samba.org> | 2008-06-25 11:50:17 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-06-25 23:58:50 +0200 |
commit | 402733b518dada3ffd3a9cb622a8f994ed35a9ac (patch) | |
tree | ed774a9acf1c68d49158d2bcb36b57b0bdf83875 /source3/include | |
parent | 14d500c0e7e4261fa8d9dbc12e14d79a424059c3 (diff) | |
download | samba-402733b518dada3ffd3a9cb622a8f994ed35a9ac.tar.gz |
rpc_client: add rpccli_samr_chgpasswd_user() call.
Guenther
(This used to be commit 10fd2baa8320f96286d53b677cf38f3ca3aa88a7)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 42277277b0d..1eb5fbda037 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, |