From owner-freebsd-stable@FreeBSD.ORG Sat Jul 17 22:37:05 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 2F176106566C for ; Sat, 17 Jul 2010 22:37:05 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from www.liukuma.net (www.liukuma.net [IPv6:2001:470:28:38a::1]) by mx1.freebsd.org (Postfix) with ESMTP id C7ABE8FC0C for ; Sat, 17 Jul 2010 22:37:04 +0000 (UTC) Received: from www.liukuma.net (localhost [127.0.0.1]) by www.liukuma.net (Postfix) with ESMTP id E6F921CC5A; Sun, 18 Jul 2010 01:37:03 +0300 (EEST) X-DKIM: Sendmail DKIM Filter v2.8.3 www.liukuma.net E6F921CC5A DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=liukuma.net; s=liukudkim; t=1279406223; bh=DJIndMaw/QvPMXzK9TJaTmyyKxoALbhw/cTCEd/LakU=; h=Message-ID:From:To:Cc:References:In-Reply-To:Subject:Date: MIME-Version:Content-Type:Content-Transfer-Encoding; b=OqSvofeeQjNTUDcJUoaauW0IBKweMo4O4KlDZ8Wilw9rYzwGdS3pN+gYgtMOHuaVU P7h2fjaWxq3bi+Ze27VCMjK7EBYO1awVh0yoWZa84Y9kHIiddsMMASJmuASDpkeicI oc5WhSHRJytqU5nct9T85CJBDFUVShyHQcxrhYXY= 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 287VpMmOvpIs; Sun, 18 Jul 2010 01:37:01 +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 2C03E1CC59; Sun, 18 Jul 2010 01:37:01 +0300 (EEST) X-DKIM: Sendmail DKIM Filter v2.8.3 www.liukuma.net 2C03E1CC59 Message-ID: From: "Reko Turja" To: "Benjamin Lee" , "Jeremy Chadwick" References: <20100716110427.GA1939@icarus.home.lan> <20100716111000.GA2501@icarus.home.lan> <7AD0E8F6044245DEA6C218A28F08FB99@rivendell> <20100716122446.GA3241@icarus.home.lan> <20100716135102.GA5625@icarus.home.lan> <20100717134149.GA40907@icarus.home.lan> <677C8B72CF414265A0819E4824212BB5@rivendell> <20100717144120.GA42230@icarus.home.lan> <4C41F34E.2030309@b1c1l1.com> In-Reply-To: <4C41F34E.2030309@b1c1l1.com> Date: Sun, 18 Jul 2010 01:37:06 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original 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: "Mikhail T." , freebsd-stable@freebsd.org, Joerg Pulz , Henrik /KaarPoSoft Subject: Re: openldap client GSSAPI authentication segfaults in fbsd8stablei386 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: Sat, 17 Jul 2010 22:37:05 -0000 >Can you try reproducing the issue on 8-STABLE? > > I recently submitted a Heimdal patch against 8.1-STABLE and > 9.0-CURRENT that resolves some libgssapi-related issues: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dkern/147454 > > The patch breaks ABI, so you'll have to rebuild libgssapi-dependent > applications. When linking cyrus-sasl2 against gssapi library from either the 1.0.1=20 official port or the inofficial 1.2.1 patchset cyradm works as=20 expected and it logs a message from gssapi/kerberos telling that no=20 KDC's are available - which is to be expected on a system that isn't=20 using gssapi/kerberos in authenticating. So the present behaviour in 8-RELEASE and 8-PRERELASE updated Monday=20 the 5th is clearly some kind of regression as system gsslib doesn't=20 seem to recognize the mech used or segfaults. Benjamin, can you clarify how to apply your patch against the source=20 tree - I tried 'patch < the_patchset.diff' in /usr/src but it just=20 created a bunch of files in the /usr/src which I think isn't the=20 intention. -Reko=20