]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tests/krb5: Add PKINIT error codes
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 20 Jun 2023 23:11:12 +0000 (11:11 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 19 Jul 2023 01:47:33 +0000 (01:47 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/krb5/rfc4120_constants.py

index fd9903001fdab983dcfce2d72e914b3cba351db8..25f03e918271f2e047322b096586b7a59cfda28d 100644 (file)
@@ -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