8239385: KerberosTicket client name refers wrongly to sAMAccountName in AD

Reviewed-by: weijun
This commit is contained in:
Martin Balao 2020-03-28 19:41:10 -03:00
parent 469c13a86d
commit 2883bccf48
4 changed files with 120 additions and 34 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -154,6 +154,7 @@ public class Config {
KdcComm.initStatic();
EType.initStatic();
Checksum.initStatic();
KrbAsReqBuilder.ReferralsState.initStatic();
}