Received: from pacific-carrier-annex.mit.edu (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.7.21.83]) by krbdev.mit.edu (8.9.3) with ESMTP id TAA27812; Fri, 14 Mar 2003 19:07:11 -0500 (EST) Received: from grand-central-station.mit.edu (GRAND-CENTRAL-STATION.MIT.EDU [18.7.21.82]) by pacific-carrier-annex.mit.edu (8.9.2/8.9.2) with ESMTP id TAA17512 for ; Fri, 14 Mar 2003 19:07:10 -0500 (EST) Received: from manawatu-mail-centre.mit.edu (MANAWATU-MAIL-CENTRE.MIT.EDU [18.7.7.71]) by grand-central-station.mit.edu (8.9.2/8.9.2) with ESMTP id TAA02713; Fri, 14 Mar 2003 19:07:10 -0500 (EST) Received: from all-in-one.mit.edu (ALL-IN-ONE.MIT.EDU [18.18.1.71]) ) by manawatu-mail-centre.mit.edu (8.12.4/8.12.4) with ESMTP id h2F07AV3009914; Fri, 14 Mar 2003 19:07:10 -0500 (EST) Received: (from raeburn@localhost) by all-in-one.mit.edu (8.9.3) id TAA00972; Fri, 14 Mar 2003 19:07:10 -0500 To: krb5-bugs@MIT.EDU Subject: SRV record support From: Ken Raeburn Date: Fri, 14 Mar 2003 19:07:10 -0500 Message-Id: Lines: 8 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-RT-Original-Encoding: us-ascii Content-Length: 320 The RFC says a SRV record can have a target name of ".", meaning "service not available". We don't handle that case. I think (but can't quite confirm, yet) that the target name is supposed to be a complete name. So if a hostname is returned without a trailing ".", we might want to add one before looking it up. Ken