From: Joseph Sutton Date: Tue, 20 Jun 2023 23:11:12 +0000 (+1200) Subject: tests/krb5: Add PKINIT error codes X-Git-Tag: talloc-2.4.1~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d818ed644a59635ce238cd617a16b929ad693753;p=thirdparty%2Fsamba.git tests/krb5: Add PKINIT error codes Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/tests/krb5/rfc4120_constants.py b/python/samba/tests/krb5/rfc4120_constants.py index fd9903001fd..25f03e91827 100644 --- a/python/samba/tests/krb5/rfc4120_constants.py +++ b/python/samba/tests/krb5/rfc4120_constants.py @@ -103,8 +103,20 @@ KDC_ERR_MODIFIED = 41 KDC_ERR_BADKEYVER = 44 KDC_ERR_INAPP_CKSUM = 50 KDC_ERR_GENERIC = 60 +KDC_ERR_CLIENT_NOT_TRUSTED = 62 +KDC_ERR_INVALID_SIG = 64 +KDC_ERR_DH_KEY_PARAMETERS_NOT_ACCEPTED = 65 KDC_ERR_WRONG_REALM = 68 +KDC_ERR_CANT_VERIFY_CERTIFICATE = 70 +KDC_ERR_INVALID_CERTIFICATE = 71 +KDC_ERR_REVOKED_CERTIFICATE = 72 +KDC_ERR_REVOCATION_STATUS_UNKNOWN = 73 KDC_ERR_CLIENT_NAME_MISMATCH = 75 +KDC_ERR_INCONSISTENT_KEY_PURPOSE = 77 +KDC_ERR_DIGEST_IN_CERT_NOT_ACCEPTED = 78 +KDC_ERR_PA_CHECKSUM_MUST_BE_INCLUDED = 79 +KDC_ERR_DIGEST_IN_SIGNED_DATA_NOT_ACCEPTED = 80 +KDC_ERR_PUBLIC_KEY_ENCRYPTION_NOT_SUPPORTED = 81 KDC_ERR_UNKNOWN_CRITICAL_FAST_OPTIONS = 93 # Kpasswd error codes