let client do unwrap, handle keytab for gss

This commit is contained in:
Love Hornquist Astrand
2011-09-22 16:10:06 +02:00
parent b6f4094cfe
commit aabe9f0f4a
4 changed files with 40 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ RCSID("$Id$");
static int help_flag;
static int version_flag;
static char *port_str;
static char *keytab_str;
char *keytab_str;
krb5_keytab keytab;
char *service = SERVICE;
char *mech = "krb5";