Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) Subject: udp_preference_limit fails with SRV records X-RT-Original-Encoding: iso-8859-1 Content-Length: 476 Commit 9c6be00daca0b80aed94ec9680724f95e6be92e1 (for ticket 7929, introduced in release 1.13) broke udp_preference_limit when SRV or URI records are used to discover the KDC location. sendto_kdc.c:resolve_server() considers the transport strategy for TCP_OR_UDP entries (typically resulting from krb5.conf configuration), but not for entries with a specified TCP or UDP transport type. Reported by Jochen Hein at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856307