From 59a3aece8129d35e7b6c540b75cd585e88b4c05f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 11 Jul 2004 11:48:21 +0000 Subject: r1446: Another funciton to avoid in proto.h Andrew Bartlett (This used to be commit 310a570936c0d2d5af168aeca1b33206622d8355) --- source4/libcli/auth/kerberos.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source4/libcli') diff --git a/source4/libcli/auth/kerberos.h b/source4/libcli/auth/kerberos.h index fae00a5646..75dd4eeaa2 100644 --- a/source4/libcli/auth/kerberos.h +++ b/source4/libcli/auth/kerberos.h @@ -63,5 +63,11 @@ krb5_error_code ads_krb5_mk_req(krb5_context context, krb5_data *outbuf); void get_auth_data_from_tkt(TALLOC_CTX *mem_ctx, DATA_BLOB *auth_data, krb5_ticket *tkt); +NTSTATUS ads_verify_ticket(TALLOC_CTX *mem_ctx, + krb5_context context, + krb5_auth_context auth_context, + const char *realm, const DATA_BLOB *ticket, + char **principal, DATA_BLOB *auth_data, + DATA_BLOB *ap_rep) #endif /* HAVE_KRB5 */ -- cgit