diff options
| author | Greg Hudson <ghudson@mit.edu> | 2011-09-05 16:26:30 +0000 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2011-09-05 16:26:30 +0000 |
| commit | 319c01a8f523843169b9e5342ac2d085ad67f8a2 (patch) | |
| tree | 7ca10d1eb47f4c48f38d0132e1dcb7108f431bf0 /src/lib/krb5/error_tables | |
| parent | ca474e3041b3916d65ea8c3383da03de71c2405a (diff) | |
| download | krb5-319c01a8f523843169b9e5342ac2d085ad67f8a2.tar.gz krb5-319c01a8f523843169b9e5342ac2d085ad67f8a2.tar.xz krb5-319c01a8f523843169b9e5342ac2d085ad67f8a2.zip | |
Add the DIR ccache type
The DIR ccache type supports a collection of credential caches within
a private directory (which must be created out of band). One cache is
designated as primary at any given time. Setting the default cache
name to DIR:dirname will cause caches within dirname to be present in
the global cache collection.
ticket: 6953
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25154 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/error_tables')
| -rw-r--r-- | src/lib/krb5/error_tables/k5e1_err.et | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/krb5/error_tables/k5e1_err.et b/src/lib/krb5/error_tables/k5e1_err.et index af2871049..98374ed52 100644 --- a/src/lib/krb5/error_tables/k5e1_err.et +++ b/src/lib/krb5/error_tables/k5e1_err.et @@ -34,4 +34,5 @@ error_code KRB5_PLUGIN_VER_NOTSUPP, "Plugin does not support interface version" error_code KRB5_PLUGIN_BAD_MODULE_SPEC, "Invalid module specifier" error_code KRB5_PLUGIN_NAME_NOTFOUND, "Plugin module name not found" error_code KRB5KDC_ERR_DISCARD, "The KDC should discard this request" +error_code KRB5_DCC_CANNOT_CREATE, "Can't create new subsidiary cache" end |
