diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/error_tables/krb5_err.et | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/krb5/error_tables/krb5_err.et b/src/lib/krb5/error_tables/krb5_err.et index d1b373083..136de57dc 100644 --- a/src/lib/krb5/error_tables/krb5_err.et +++ b/src/lib/krb5/error_tables/krb5_err.et @@ -163,4 +163,8 @@ error_code KRB5_CONFIG_BADFORMAT, "Improper format of configuration file" error_code KRB5_CONFIG_NOTENUFSPACE, "Insufficient space to return complete information" error_code KRB5_BADMSGTYPE, "Invalid message type specified for encoding" + +error_code KRB5_CC_BADNAME, "Credential cache name malformed" +error_code KRB5_CC_UNKNOWN_TYPE, "Unknown credential cache type" + end |
