From owner-freebsd-stable@FreeBSD.ORG Thu Sep 2 12:55:41 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76B5B10657F4 for ; Thu, 2 Sep 2010 12:55:41 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from www.liukuma.net (www.liukuma.net [62.220.235.15]) by mx1.freebsd.org (Postfix) with ESMTP id D18358FC1C for ; Thu, 2 Sep 2010 12:55:40 +0000 (UTC) Received: from www.liukuma.net (localhost [127.0.0.1]) by www.liukuma.net (Postfix) with ESMTP id EA7421CC5D; Thu, 2 Sep 2010 15:30:25 +0300 (EEST) X-DKIM: Sendmail DKIM Filter v2.8.3 www.liukuma.net EA7421CC5D DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=liukuma.net; s=liukudkim; t=1283430626; bh=JlvrVeHh5fyIqSztsNCxJCCfz7oDzo7/EZ8IG3A94ak=; h=Message-ID:From:To:References:In-Reply-To:Subject:Date: MIME-Version:Content-Type:Content-Transfer-Encoding; b=Xp9doD6Pq4hmqcLOS1OYmew7hr+D29o0pPhb8GfRXczt3aNRBvyF9PDqeXDFMZYWC A2gIzWc++Btf/AO65Xfts/zxwCAFs/FrDkiYMZgfmxYHMIHNZdZc6ppGmWzLj84cB6 JGgBlOZHWHtwe2xOR1fMAQ3BtXyn21fhr03hrMeg= X-Virus-Scanned: amavisd-new at liukuma.net Received: from www.liukuma.net ([127.0.0.1]) by www.liukuma.net (www.liukuma.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id gxhLOOW+LQeN; Thu, 2 Sep 2010 15:30:21 +0300 (EEST) Received: from rivendell (a91-155-174-194.elisa-laajakaista.fi [91.155.174.194]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (Authenticated sender: ignatz@www.liukuma.net) by www.liukuma.net (Postfix) with ESMTPSA id 4926F1CC5B; Thu, 2 Sep 2010 15:30:19 +0300 (EEST) X-DKIM: Sendmail DKIM Filter v2.8.3 www.liukuma.net 4926F1CC5B Message-ID: <99188991995E491B8101975CE4485ECC@rivendell> From: "Reko Turja" To: "Jan Henrik Sylvester" , "stable-list freebsd" References: <4C7E803F.1090606@janh.de> In-Reply-To: <4C7E803F.1090606@janh.de> Date: Thu, 2 Sep 2010 15:30:31 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 14.0.8089.726 X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8089.726 Cc: Subject: Re: GSSAPI (for OpenLDAP) on FreeBSD 8? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2010 12:55:41 -0000 -------------------------------------------------- From: "Jan Henrik Sylvester" Sent: Wednesday, September 01, 2010 7:33 PM To: "stable-list freebsd" Subject: GSSAPI (for OpenLDAP) on FreeBSD 8? > Does anyone have OpenLDAP+GSSAPI running on FreeBSD 8? With the=20 > libgssapi patch? With the heimdal-1.2 port? I got running and fully functional Heimdal/GSSAPI setup with Benjamins=20 patch from = http://www.freebsd.org/cgi/query-pr.cgi?pr=3D147454&cat=3Dkern,=20 although I didn't test it with LDAP. Jeremys patch as far as I know removes the symptom, but it doesn't fix=20 the cause, which is completely missing heimdal code in the base system=20 preventing the functional operation of heimdal. -Reko=20