From owner-freebsd-hackers@FreeBSD.ORG Sat Oct 30 11:39:39 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F21F916A4CE for ; Sat, 30 Oct 2004 11:39:39 +0000 (GMT) Received: from britannica.bec.de (eurobsdcon.punkt.de [217.29.47.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6F4F43D41 for ; Sat, 30 Oct 2004 11:39:39 +0000 (GMT) (envelope-from joerg@britannica.bec.de) Received: by britannica.bec.de (Postfix, from userid 1001) id 8F29F532F; Sat, 30 Oct 2004 13:37:46 +0200 (CEST) Date: Sat, 30 Oct 2004 13:37:46 +0200 From: Joerg Sonnenberger To: freebsd-hackers@freebsd.org Message-ID: <20041030113746.GA960@britannica.bec.de> Mail-Followup-To: freebsd-hackers@freebsd.org References: <20041030024557.53081.qmail@web51805.mail.yahoo.com> <86acu4wn6t.fsf@srvbsdnanssv.interne.kisoft-services.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Subject: Re: Feature request (pam/nss ldap, nsswitch ldap integration) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2004 11:39:40 -0000 On Sat, Oct 30, 2004 at 11:56:48AM +0200, Dag-Erling Sm?rgrav wrote: > Eric Masson writes: > > Doesn't Heimdal partly solve this issue (lookup of SRV records in the > > dns zone corresponding to the realm) ? > > Sure, provided you know which realm you're in... It tries the hostname first and starts digging up from that, e.g. for britannica.bec.de it tries britannica.bec.de, bec.de and de. Joerg