From: Joseph Sutton Date: Wed, 18 Oct 2023 06:06:31 +0000 (+1300) Subject: tests/krb5: Add KDC_ERR_SERVER_NOMATCH error code X-Git-Tag: talloc-2.4.2~1226 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a365f04d0f388530cc2b772297a93b2fd54002bc;p=thirdparty%2Fsamba.git tests/krb5: Add KDC_ERR_SERVER_NOMATCH error code 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 583ffbaf6af..dff6017b710 100644 --- a/python/samba/tests/krb5/rfc4120_constants.py +++ b/python/samba/tests/krb5/rfc4120_constants.py @@ -101,6 +101,7 @@ KDC_ERR_CLIENT_REVOKED = 18 KDC_ERR_TGT_REVOKED = 20 KDC_ERR_PREAUTH_FAILED = 24 KDC_ERR_PREAUTH_REQUIRED = 25 +KDC_ERR_SERVER_NOMATCH = 26 KDC_ERR_BAD_INTEGRITY = 31 KDC_ERR_TKT_EXPIRED = 32 KRB_ERR_TKT_NYV = 33