diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-10 04:33:26 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:49:01 +0100 |
commit | 70116cdcacb569316b23cd6fbe06c628415eea52 (patch) | |
tree | 57f648506644abf24de27d786c20c87a9d46794a /source4/auth | |
parent | b65dba2245bf382c47d65c95ac9b1efa43918fc0 (diff) | |
download | samba-70116cdcacb569316b23cd6fbe06c628415eea52.tar.gz samba-70116cdcacb569316b23cd6fbe06c628415eea52.tar.bz2 samba-70116cdcacb569316b23cd6fbe06c628415eea52.zip |
r26356: Remove prototype for nonexisting function.
(This used to be commit 2c93f8ec816afb766a0365290231d83ed11ac237)
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/kerberos/kerberos.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source4/auth/kerberos/kerberos.h b/source4/auth/kerberos/kerberos.h index f8fb6a4157..bafd58a048 100644 --- a/source4/auth/kerberos/kerberos.h +++ b/source4/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); |