freeipa/ipa-client/ipa-install
Nathaniel McCallum 7ad9f5d3d5 Prefer TCP connections to UDP in krb5 clients
In general, TCP is a better fit for FreeIPA due to large packet sizes.

However, there is also a specific need for TCP when using OTP. If a UDP
packet is delivered to the server and the server takes longer to process
it than the client timeout (likely), the OTP value will be resent.
Unfortunately, this will cause failures or even lockouts. Switching to
TCP avoids this problem altogether.

https://fedorahosted.org/freeipa/ticket/4725

Reviewed-By: Martin Kosek <mkosek@redhat.com>
2014-12-08 10:56:06 +01:00
..
ipa-certupdate Add client certificate update tool ipa-certupdate. 2014-07-30 16:04:21 +02:00
ipa-client-automount Remove trivial path constants from modules 2014-11-04 12:57:01 +01:00
ipa-client-install Prefer TCP connections to UDP in krb5 clients 2014-12-08 10:56:06 +01:00
Makefile.am Add client certificate update tool ipa-certupdate. 2014-07-30 16:04:21 +02:00