diff options
| author | Greg Hudson <ghudson@mit.edu> | 2012-06-22 12:48:26 -0400 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2012-07-02 02:24:14 -0400 |
| commit | 8651f3339ccc5a623172a8edfb9cf522883acacd (patch) | |
| tree | cdf246a41a1480d474d2fb09bfcefa9166d58641 /src/include | |
| parent | 68092d23093c646c03ccfefc07f8ae8984b32ba2 (diff) | |
| download | krb5-8651f3339ccc5a623172a8edfb9cf522883acacd.tar.gz krb5-8651f3339ccc5a623172a8edfb9cf522883acacd.tar.xz krb5-8651f3339ccc5a623172a8edfb9cf522883acacd.zip | |
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)
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/k5-int.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
