From 2add42ac466c2f97659eb167b0cdb95cf1569cdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 15 Jul 2008 11:23:34 +0000 Subject: [PATCH] add plugin error codes git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23354 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5_err.et | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/krb5/krb5_err.et b/lib/krb5/krb5_err.et index 0c98576e9..c076992d0 100644 --- a/lib/krb5/krb5_err.et +++ b/lib/krb5/krb5_err.et @@ -262,5 +262,7 @@ error_code KRB5_ERR_BAD_S2K_PARAMS, "Invalid key generation parameters from KDC" error_code KRB5_ERR_NO_SERVICE, "Service not available" error_code KRB5_CC_NOSUPP, "Credential cache function not supported" error_code KRB5_DELTAT_BADFORMAT, "Invalid format of Kerberos lifetime or clock skew string" +error_code KRB5_PLUGIN_NO_HANDLE, "Supplied data not handled by this plugin" +error_code KRB5_PLUGIN_OP_NOTSUPP, "Plugin does not support the operaton" end