summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/error_tables/krb5_err.et
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>2009-01-03 23:19:42 +0000
committerSam Hartman <hartmans@mit.edu>2009-01-03 23:19:42 +0000
commit0ba5ccd7bb3ea15e44a87f84ca6feed8890f657d (patch)
tree2049c9c2cb135fe36b14c0a171711259258d18ec /src/lib/krb5/error_tables/krb5_err.et
parentff0a6514c9f4230938c29922d69cbd4e83691adf (diff)
downloadkrb5-0ba5ccd7bb3ea15e44a87f84ca6feed8890f657d.tar.gz
krb5-0ba5ccd7bb3ea15e44a87f84ca6feed8890f657d.tar.xz
krb5-0ba5ccd7bb3ea15e44a87f84ca6feed8890f657d.zip
Merge mskrb-integ onto trunk
The mskrb-integ branch includes support for the following projects: Projects/Aliases * Projects/PAC and principal APIs * Projects/AEAD encryption API * Projects/GSSAPI DCE * Projects/RFC 3244 In addition, it includes support for enctype negotiation, and a variety of GSS-API extensions. In the KDC it includes support for protocol transition, constrained delegation and a new authorization data interface. The old authorization data interface is also supported. This commit merges the mskrb-integ branch on to the trunk. Additional review and testing is required. Merge commit 'mskrb-integ' into trunk ticket: new status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21690 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/error_tables/krb5_err.et')
-rw-r--r--src/lib/krb5/error_tables/krb5_err.et10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/krb5/error_tables/krb5_err.et b/src/lib/krb5/error_tables/krb5_err.et
index e166242875..5e699c2064 100644
--- a/src/lib/krb5/error_tables/krb5_err.et
+++ b/src/lib/krb5/error_tables/krb5_err.et
@@ -66,8 +66,8 @@ error_code KRB5KDC_ERR_PREAUTH_FAILED, "Preauthentication failed"
# ^^ 24
error_code KRB5KDC_ERR_PREAUTH_REQUIRED, "Additional pre-authentication required"
error_code KRB5KDC_ERR_SERVER_NOMATCH, "Requested server and ticket don't match"
-error_code KRB5PLACEHOLD_27, "KRB5 error code 27"
-error_code KRB5PLACEHOLD_28, "KRB5 error code 28"
+error_code KRB5KDC_ERR_MUST_USE_USER2USER, "Server principal valid for user2user only"
+error_code KRB5KDC_ERR_PATH_NOT_ACCEPTED, "KDC policy rejects transited path"
error_code KRB5KDC_ERR_SVC_UNAVAILABLE, "A service is not available that is required to process the request"
error_code KRB5PLACEHOLD_30, "KRB5 error code 30"
# vv 31
@@ -108,9 +108,9 @@ error_code KRB5KDC_ERR_KDC_NOT_TRUSTED, "KDC not trusted"
error_code KRB5KDC_ERR_INVALID_SIG, "Invalid signature"
error_code KRB5KDC_ERR_DH_KEY_PARAMETERS_NOT_ACCEPTED, "Key parameters not accepted"
error_code KRB5KDC_ERR_CERTIFICATE_MISMATCH, "Certificate mismatch"
-error_code KRB5PLACEHOLD_67, "KRB5 error code 67"
-error_code KRB5PLACEHOLD_68, "KRB5 error code 68"
-error_code KRB5PLACEHOLD_69, "KRB5 error code 69"
+error_code KRB5KRB_AP_ERR_NO_TGT, "No ticket granting ticket"
+error_code KRB5KDC_ERR_WRONG_REALM, "Realm not local to KDC"
+error_code KRB5KRB_AP_ERR_USER_TO_USER_REQUIRED, "User to user required"
error_code KRB5KDC_ERR_CANT_VERIFY_CERTIFICATE, "Can't verify certificate"
error_code KRB5KDC_ERR_INVALID_CERTIFICATE, "Invalid certificate"
error_code KRB5KDC_ERR_REVOKED_CERTIFICATE, "Revoked certificate"