add KRB5_ERR_BAD_HOSTNAME, KRB5_ERR_HOST_REALM_UNKNOWN
authorJohn Kohl <jtkohl@mit.edu>
Thu, 21 Mar 1991 13:45:46 +0000 (13:45 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 21 Mar 1991 13:45:46 +0000 (13:45 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1940 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/error_tables/krb5_err.et

index 28274fb011e74bfc1218ead2383eb463c2f245d9..5688804fe4f34408fdf659ac1facccc03fca8320 100644 (file)
@@ -261,5 +261,7 @@ error_code KRB5_KEYTAB_BADVNO,      "Unsupported key table format version number"
 
 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"
 
 end