What is the proper way to force kerberos to TCP?

2019-10-03 Thread Todd Grayson
Hi, We are seeing a number of conflicting information sets on how to properly force TCP by kerberos clients in CentOS/RH OS distributions. udp_preference_limit =0? 1? Or is there some other flag that is reliable to be setting here? -- Todd Grayson Customer Operations Engineering Security SME _

Re: What is the proper way to force kerberos to TCP?

2019-10-03 Thread Greg Hudson
On 10/3/19 11:11 AM, Todd Grayson wrote: > We are seeing a number of conflicting information sets on how to properly > force TCP by kerberos clients in CentOS/RH OS distributions. > > udp_preference_limit =0? 1? By my reading of the code, either should work (0 is not treated as a special value, b

Re: What is the proper way to force kerberos to TCP?

2019-10-03 Thread Todd Grayson
thanks! On Thu, Oct 3, 2019 at 9:41 AM Greg Hudson wrote: > On 10/3/19 11:11 AM, Todd Grayson wrote: > > We are seeing a number of conflicting information sets on how to properly > > force TCP by kerberos clients in CentOS/RH OS distributions. > > > > udp_preference_limit =0? 1? > > By my readin