summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-10 04:33:26 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:49:01 +0100
commit2c93f8ec816afb766a0365290231d83ed11ac237 (patch)
treed7b315bba15a72547859d1f0e2c4a17536d954a8
parent5d589a0d94bd76a9b4c9fc748854e8098ea43c4d (diff)
downloadsamba-2c93f8ec816afb766a0365290231d83ed11ac237.tar.gz
r26356: Remove prototype for nonexisting function.
-rw-r--r--source/auth/kerberos/kerberos.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/auth/kerberos/kerberos.h b/source/auth/kerberos/kerberos.h
index f8fb6a4157e..bafd58a048d 100644
--- a/source/auth/kerberos/kerberos.h
+++ b/source/auth/kerberos/kerberos.h
@@ -88,15 +88,6 @@ krb5_error_code ads_krb5_mk_req(krb5_context context,
krb5_ccache ccache,
krb5_data *outbuf);
bool get_auth_data_from_tkt(TALLOC_CTX *mem_ctx, DATA_BLOB *auth_data, krb5_ticket *tkt);
- NTSTATUS ads_verify_ticket(TALLOC_CTX *mem_ctx,
- struct smb_krb5_context *smb_krb5_context,
- krb5_auth_context *auth_context,
- struct cli_credentials *machine_account,
- const char *service,
- const DATA_BLOB *enc_ticket,
- krb5_ticket **tkt,
- DATA_BLOB *ap_rep,
- krb5_keyblock **keyblock);
int kerberos_kinit_password_cc(krb5_context ctx, krb5_ccache cc,
krb5_principal principal, const char *password,
time_t *expire_time, time_t *kdc_time);