8005819: Support cross-realm MSSFU

Reviewed-by: weijun
This commit is contained in:
Martin Balao 2019-12-11 15:43:42 -03:00
parent 06ecbfd3da
commit 4fa827ec92
7 changed files with 490 additions and 58 deletions

View file

@ -165,6 +165,7 @@ public class Krb5 {
// S4U2user info
public static final int PA_FOR_USER = 129;
public static final int PA_PAC_OPTIONS = 167;
// FAST (RFC 6806)
public static final int PA_REQ_ENC_PA_REP = 149;