From 8651f3339ccc5a623172a8edfb9cf522883acacd Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Fri, 22 Jun 2012 12:48:26 -0400 Subject: Add client keytab initiation support Support acquiring GSSAPI krb5 credentials by fetching initial credentials using the client keytab. Credentials obtained this way will be stored in the default ccache or collection, and will be refreshed when they are halfway to expiring. ticket: 7189 (new) --- src/include/k5-int.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 69d30b3b5..c426acad9 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -280,6 +280,7 @@ typedef INT64_TYPE krb5_int64; /* Cache configuration variables */ #define KRB5_CONF_FAST_AVAIL "fast_avail" #define KRB5_CONF_PROXY_IMPERSONATOR "proxy_impersonator" +#define KRB5_CONF_REFRESH_TIME "refresh_time" /* Error codes used in KRB_ERROR protocol messages. Return values of library routines are based on a different error table -- cgit