You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.1 KiB
2.1 KiB
| 1 | Result_Code | action | reason |
|---|---|---|---|
| 2 | - | success | Success |
| 3 | 0x1 | failure | Client's entry in database has expired |
| 4 | 0x2 | failure | Server's entry in database has expired |
| 5 | 0x3 | failure | Requested protocol version # not supported |
| 6 | 0x4 | failure | Client's key encrypted in old master key |
| 7 | 0x5 | failure | Server's key encrypted in old master key |
| 8 | 0x6 | failure | Client not found in Kerberos database |
| 9 | 0x7 | failure | Server not found in Kerberos database |
| 10 | 0x8 | failure | Multiple principal entries in database |
| 11 | 0x9 | failure | The client or server has a null key |
| 12 | 0xA | failure | Ticket not eligible for postdating |
| 13 | 0xB | failure | Requested start time is later than end time |
| 14 | 0xC | failure | Workstation or Logon Time restriction |
| 15 | 0xD | failure | KDC cannot accommodate requested option |
| 16 | 0xE | failure | KDC has no support for encryption type |
| 17 | 0xF | failure | KDC has no support for checksum type |
| 18 | 0x10 | failure | KDC has no support for padata type |
| 19 | 0x11 | failure | KDC has no support for transited type |
| 20 | 0x12 | failure | Clients credentials have been revoked |
| 21 | 0x13 | failure | Credentials for server have been revoked |
| 22 | 0x14 | failure | TGT has been revoked |
| 23 | 0x15 | failure | Client not yet valid |
| 24 | 0x16 | failure | Server not yet valid |
| 25 | 0x17 | failure | Password has expired |
| 26 | 0x18 | failure | Authentication information was invalid |
| 27 | 0x19 | failure | Additional pre-authentication required |
| 28 | 0x1F | failure | Integrity check on decrypted field failed |
| 29 | 0x20 | failure | Ticket expired |
| 30 | 0x21 | failure | Ticket not yet valid |
| 31 | 0x22 | failure | Request is a replay |
| 32 | 0x23 | failure | The ticket isn't for this domain controller |
| 33 | 0x24 | failure | Ticket and authenticator don't match |
| 34 | 0x25 | failure | Clock skew too great |
| 35 | 0x26 | failure | Incorrect network address |
| 36 | 0x27 | failure | Protocol version mismatch |
| 37 | 0x28 | failure | Invalid msg type |
| 38 | 0x29 | failure | Message stream modified |
| 39 | 0x2A | failure | Message out of order |
| 40 | 0x2C | failure | Specified version of key is not available |
| 41 | 0x2D | failure | Service key not available |
| 42 | 0x2E | failure | Mutual authentication failed |
| 43 | 0x2F | failure | Incorrect message direction |
| 44 | 0x30 | failure | Alternative authentication method required |
| 45 | 0x31 | failure | Incorrect sequence number in message |
| 46 | 0x32 | failure | Inappropriate type of checksum in message |
| 47 | 0x3C | failure | Generic error |
| 48 | 0x3D | failure | Field is too long for this implementation |