0

我的应用程序通过 Active Directory Kerberos 对用户进行身份验证。我正在使用 kerb4j,https://github.com/bedrin/kerb4j,它最终使用 sun.security.krb5 代码。当我的应用程序尝试进​​行身份验证时,我在标准输出中看到以下内容(在指定 VM arg sun.security.krb5.debug=true 之后):

>>> KrbKdcReq send: kdc=server123.myserver.com. UDP:88, timeout=30000, number of retries =3, #bytes=1542
>>> KDCCommunication: kdc=server123.myserver.com. UDP:88, timeout=30000,Attempt=1, #bytes=1542
SocketTimeOutException with attempt: 1
>>> KDCCommunication: kdc=server123.myserver.com. UDP:88, timeout=30000,Attempt=2, #bytes=1542
SocketTimeOutException with attempt: 2
>>> KDCCommunication: kdc=server123.myserver.com. UDP:88, timeout=30000,Attempt=3, #bytes=1542
SocketTimeOutException with attempt: 3

超时和重试次数在哪里指定?这是在 AD 服务器上指定的 KDC 属性吗?是否可以在应用程序级别进行配置?如果是这样,怎么做?

4

0 回答 0