From: Russ Allbery Date: Mon, 12 Jun 2006 17:14:28 +0000 (+0000) Subject: krb5.conf option name is udp_preference_limit, not udp_preference_list X-Git-Tag: krb5-1.5-beta1~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38e6d18b6a6a08f50d9158e0865fa3f31828bdf2;p=thirdparty%2Fkrb5.git krb5.conf option name is udp_preference_limit, not udp_preference_list Ticket: 3468 Version_Reported: 1.4.3 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18108 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config-files/krb5.conf.M b/src/config-files/krb5.conf.M index 87582c0b4f..07b5f3a53f 100644 --- a/src/config-files/krb5.conf.M +++ b/src/config-files/krb5.conf.M @@ -196,8 +196,8 @@ be in a comma-separated list. .IP udp_preference_limit When sending a message to the KDC, the library will try using TCP -before UDP if the size of the message is above "udp_preference_list". -If the message is smaller than "udp_preference_list", then UDP will be +before UDP if the size of the message is above "udp_preference_limit". +If the message is smaller than "udp_preference_limit", then UDP will be tried before TCP. Regardless of the size, both protocols will be tried if the first attempt fails.