mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
tests/krb5: Add KDC_ERR_SERVER_NOMATCH error code
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
fc475b2e20
commit
a365f04d0f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user