diff options
author | Günther Deschner <gd@samba.org> | 2008-09-21 18:57:26 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-09-21 22:30:39 +0200 |
commit | e194ded26e716fad510191f85e67ff1d775bdcb8 (patch) | |
tree | 4ee8e23c9135dceec0ac657fd24c8dcf482fb3a0 /source3/include | |
parent | 6f9a83505fced805f5a4d4827ddf7300eda6aaa0 (diff) | |
download | samba-e194ded26e716fad510191f85e67ff1d775bdcb8.tar.gz samba-e194ded26e716fad510191f85e67ff1d775bdcb8.tar.bz2 samba-e194ded26e716fad510191f85e67ff1d775bdcb8.zip |
netlogon: move password change code out to rpccli_netlogon_set_trust_password.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index bec5f10f3c..194548c082 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -7049,6 +7049,12 @@ NTSTATUS rpccli_netlogon_sam_network_logon_ex(struct rpc_pipe_client *cli, DATA_BLOB lm_response, DATA_BLOB nt_response, struct netr_SamInfo3 **info3); +NTSTATUS rpccli_netlogon_set_trust_password(struct rpc_pipe_client *cli, + TALLOC_CTX *mem_ctx, + const unsigned char orig_trust_passwd_hash[16], + const char *new_trust_pwd_cleartext, + const unsigned char new_trust_passwd_hash[16], + uint32_t sec_channel_type); /* The following definitions come from rpc_client/cli_pipe.c */ |