summaryrefslogtreecommitdiff
path: root/source3/rpc_client
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-05-17 16:24:42 +0200
committerAndreas Schneider <asn@samba.org>2013-08-05 10:29:59 +0200
commita1368ca6ef8ab4f158c8b303ad058835f1bbf441 (patch)
treec022cfb54838be8fd9df5aea62dbc32c2191b756 /source3/rpc_client
parent93e92faca9c99cd91878c2f48fb244233b16aa0f (diff)
downloadsamba-a1368ca6ef8ab4f158c8b303ad058835f1bbf441.tar.gz
samba-a1368ca6ef8ab4f158c8b303ad058835f1bbf441.tar.bz2
samba-a1368ca6ef8ab4f158c8b303ad058835f1bbf441.zip
s3-rpc_cli: remove prototype of nonexisting cli_rpc_pipe_open_krb5().
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/rpc_client')
-rw-r--r--source3/rpc_client/cli_pipe.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/rpc_client/cli_pipe.h b/source3/rpc_client/cli_pipe.h
index bf785fb0b5..34ae542d45 100644
--- a/source3/rpc_client/cli_pipe.h
+++ b/source3/rpc_client/cli_pipe.h
@@ -131,15 +131,6 @@ NTSTATUS cli_rpc_pipe_open_schannel(struct cli_state *cli,
const char *domain,
struct rpc_pipe_client **presult);
-NTSTATUS cli_rpc_pipe_open_krb5(struct cli_state *cli,
- const struct ndr_syntax_id *interface,
- enum dcerpc_transport_t transport,
- enum dcerpc_AuthLevel auth_level,
- const char *service_princ,
- const char *username,
- const char *password,
- struct rpc_pipe_client **presult);
-
NTSTATUS cli_get_session_key(TALLOC_CTX *mem_ctx,
struct rpc_pipe_client *cli,
DATA_BLOB *session_key);