From 24b76bdc14a64a150388f5cb4efee0fbcf3682a0 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Fri, 3 Oct 2008 05:21:28 +0000 Subject: add a -K command line option to provide the name of the kerberos keytab file to use for decryption of Krb5 and GSS-KRB svn path=/trunk/; revision=26343 --- file.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'file.h') diff --git a/file.h b/file.h index c40854b7e3..312883b57b 100644 --- a/file.h +++ b/file.h @@ -470,4 +470,8 @@ cf_status_t cf_merge_files(char **out_filename, int in_file_count, char *const *in_filenames, int file_type, gboolean do_append); +#if defined(HAVE_HEIMDAL_KERBEROS) || defined(HAVE_MIT_KERBEROS) +void read_keytab_file(const char *); +#endif + #endif /* file.h */ -- cgit v1.2.3