diff options
author | Stefan Metzmacher <metze@samba.org> | 2013-09-16 19:23:18 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2014-01-07 12:47:16 +0100 |
commit | e4fea80693b49e79a96acdac09d5ea292756635c (patch) | |
tree | 277b3365b0c39763fc8f51fcd1e1f1f30efafed9 /source3/rpc_client/cli_netlogon.h | |
parent | a4faf57b47095bfc0f4370ac093c8c4cef17584f (diff) | |
download | samba-e4fea80693b49e79a96acdac09d5ea292756635c.tar.gz samba-e4fea80693b49e79a96acdac09d5ea292756635c.tar.xz samba-e4fea80693b49e79a96acdac09d5ea292756635c.zip |
s3:rpc_client: remove unused rpccli_netlogon_sam_logon()
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/rpc_client/cli_netlogon.h')
-rw-r--r-- | source3/rpc_client/cli_netlogon.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/rpc_client/cli_netlogon.h b/source3/rpc_client/cli_netlogon.h index 0de836ad04..eaa5b0c5a7 100644 --- a/source3/rpc_client/cli_netlogon.h +++ b/source3/rpc_client/cli_netlogon.h @@ -43,15 +43,6 @@ NTSTATUS rpccli_setup_netlogon_creds(struct cli_state *cli, bool force_reauth, struct samr_Password current_nt_hash, const struct samr_Password *previous_nt_hash); -NTSTATUS rpccli_netlogon_sam_logon(struct rpc_pipe_client *cli, - TALLOC_CTX *mem_ctx, - uint32 logon_parameters, - const char *domain, - const char *username, - const char *password, - const char *workstation, - uint16_t validation_level, - int logon_type); NTSTATUS rpccli_netlogon_password_logon(struct netlogon_creds_cli_context *creds, struct dcerpc_binding_handle *binding_handle, uint32_t logon_parameters, |