aboutsummaryrefslogtreecommitdiff
path: root/src/config-files
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2006-06-12 17:14:28 +0000
committerRuss Allbery <rra@stanford.edu>2006-06-12 17:14:28 +0000
commit38e6d18b6a6a08f50d9158e0865fa3f31828bdf2 (patch)
treebe50fbd6fc3ffcd7bb701470841398da8a9ce61b /src/config-files
parentea054fa2e7440dc54015806926806397526d7635 (diff)
downloadkrb5-38e6d18b6a6a08f50d9158e0865fa3f31828bdf2.zip
krb5-38e6d18b6a6a08f50d9158e0865fa3f31828bdf2.tar.gz
krb5-38e6d18b6a6a08f50d9158e0865fa3f31828bdf2.tar.bz2
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
Diffstat (limited to 'src/config-files')
-rw-r--r--src/config-files/krb5.conf.M4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config-files/krb5.conf.M b/src/config-files/krb5.conf.M
index 87582c0..07b5f3a 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.