summaryrefslogtreecommitdiff
path: root/source3/libads/kerberos_proto.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-03-12 18:24:25 +1100
committerStefan Metzmacher <metze@samba.org>2012-04-03 17:47:32 +0200
commite71546089894b4555ad1e17db49daadd0b20ab44 (patch)
tree68538e4d881257bf9129e4a8d28969929b04e1a8 /source3/libads/kerberos_proto.h
parent410ca7311ada99112120a46f70e71f99c4b5e0e0 (diff)
downloadsamba-e71546089894b4555ad1e17db49daadd0b20ab44.tar.gz
samba-e71546089894b4555ad1e17db49daadd0b20ab44.tar.bz2
samba-e71546089894b4555ad1e17db49daadd0b20ab44.zip
s3-libads: Remove ads_verify_ticket() as it is now unused
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/libads/kerberos_proto.h')
-rw-r--r--source3/libads/kerberos_proto.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/source3/libads/kerberos_proto.h b/source3/libads/kerberos_proto.h
index 094f38dca2..6a7811d652 100644
--- a/source3/libads/kerberos_proto.h
+++ b/source3/libads/kerberos_proto.h
@@ -34,18 +34,6 @@ struct PAC_LOGON_INFO;
#include "libads/ads_status.h"
-/* The following definitions come from libads/kerberos_verify.c */
-
-NTSTATUS ads_verify_ticket(TALLOC_CTX *mem_ctx,
- const char *realm,
- time_t time_offset,
- const DATA_BLOB *ticket,
- char **principal,
- struct PAC_LOGON_INFO **logon_info,
- DATA_BLOB *ap_rep,
- DATA_BLOB *session_key,
- bool use_replay_cache);
-
/* The following definitions come from libads/kerberos.c */
int kerberos_kinit_password_ext(const char *principal,