mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8274205: Handle KDC_ERR_SVC_UNAVAILABLE error code from KDC
Co-authored-by: Weijun Wang <weijun@openjdk.org> Reviewed-by: weijun
This commit is contained in:
parent
5a12af762d
commit
5ba0d09fe4
3 changed files with 88 additions and 2 deletions
|
@ -250,6 +250,7 @@ public class Krb5 {
|
|||
public static final int KDC_ERR_KEY_EXPIRED = 23; //Password has expired - change password to reset
|
||||
public static final int KDC_ERR_PREAUTH_FAILED = 24; //Pre-authentication information was invalid
|
||||
public static final int KDC_ERR_PREAUTH_REQUIRED = 25; //Additional pre-authentication required
|
||||
public static final int KDC_ERR_SVC_UNAVAILABLE = 29; //A service is not available
|
||||
public static final int KRB_AP_ERR_BAD_INTEGRITY = 31; //Integrity check on decrypted field failed
|
||||
public static final int KRB_AP_ERR_TKT_EXPIRED = 32; //Ticket expired
|
||||
public static final int KRB_AP_ERR_TKT_NYV = 33; //Ticket not yet valid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue