From 37980a2609df92e17d9392a567a2850e24123e65 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Thu, 3 Jun 1993 00:23:02 +0000 Subject: [PATCH] Added new error code for bad name type when converting a hostname to a service principal. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2563 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/error_tables/krb5_err.et | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/krb5/error_tables/krb5_err.et b/src/lib/krb5/error_tables/krb5_err.et index f4633b89c..709a4cbe8 100644 --- a/src/lib/krb5/error_tables/krb5_err.et +++ b/src/lib/krb5/error_tables/krb5_err.et @@ -55,7 +55,7 @@ error_code KRB5KDC_ERR_SERVICE_NOTYET, "Server not yet valid - try again later" error_code KRB5KDC_ERR_KEY_EXP, "Password has expired" error_code KRB5KDC_PREAUTH_FAILED, "Preauthentication failed" # ^^ 24 -error_code KRB5KDC_SERVER_NOMATCH, "Requested server and ticket don't match" +error_code KRB5PLACEHOLD_25, "KRB5 error code 25" error_code KRB5PLACEHOLD_26, "KRB5 error code 26" error_code KRB5PLACEHOLD_27, "KRB5 error code 27" error_code KRB5PLACEHOLD_28, "KRB5 error code 28" @@ -283,5 +283,5 @@ error_code KRB5_PROG_ATYPE_NOSUPP, "Program lacks support for address type" error_code KRB5_RC_REQUIRED, "Message replay detection requires rcache parameter" error_code KRB5_ERR_BAD_HOSTNAME, "Hostname cannot be canonicalized" error_code KRB5_ERR_HOST_REALM_UNKNOWN, "Cannot determine realm for host" - +error_code KRB5_SNAME_UNSUPP_NAMETYPE, "Conversion to service principal undefined for name type" end -- 2.26.2