From owner-freebsd-questions@FreeBSD.ORG Wed Aug 25 20:00:36 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CE7C10656AB for ; Wed, 25 Aug 2010 20:00:36 +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 370AA8FC15 for ; Wed, 25 Aug 2010 20:00:35 +0000 (UTC) Received: from www.liukuma.net (localhost [127.0.0.1]) by www.liukuma.net (Postfix) with ESMTP id DD08C1CC69; Wed, 25 Aug 2010 23:00:04 +0300 (EEST) X-DKIM: Sendmail DKIM Filter v2.8.3 www.liukuma.net DD08C1CC69 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=liukuma.net; s=liukudkim; t=1282766405; bh=+K8kRpjbrV9zMTxBIzDT5oQ3DxremkZqUntK8XdTcPs=; h=Message-ID:From:To:Cc:References:In-Reply-To:Subject:Date: MIME-Version:Content-Type:Content-Transfer-Encoding; b=s49j9MkE9xKwtgNz+VvKgateGlT66P/0mGwxTyAJGiDmnRXNGLgIsytWZ2pUytLXG 4QrI63Vu0+mNctkSeeZf8AWZdrqDqQpGemGKXLBmpWoU1Usd6RsQ8DpsdsuKfflRgy CxlyJzueBfG6scPpLuJYMXAHmsrP30wCK9ukaDlQ= 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 MgcqSTx+R06M; Wed, 25 Aug 2010 23:00:00 +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 5C0011CC59; Wed, 25 Aug 2010 23:00:00 +0300 (EEST) X-DKIM: Sendmail DKIM Filter v2.8.3 www.liukuma.net 5C0011CC59 Message-ID: From: "Reko Turja" To: =?iso-8859-1?Q?LeonMe=DFner?= References: <20100825160404.GF3762@emmi.physik-pool.tu-berlin.de><1DA6D3678D2745999DA4F00266376495@rivendell> <20100825194717.GB51165@emmi.physik-pool.tu-berlin.de> In-Reply-To: <20100825194717.GB51165@emmi.physik-pool.tu-berlin.de> Date: Wed, 25 Aug 2010 23:00:34 +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: freebsd-questions@freebsd.org Subject: Re: openldap-sasl fails after 8.1 upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2010 20:00:36 -0000 > I'll try that. > >> See also discussion at >> = http://lists.freebsd.org/pipermail/freebsd-stable/2010-July/057734.html > > Following the link in the other thread to > = http://lists.freebsd.org/pipermail/freebsd-stable/2010-February/055017.ht= ml > > i made the changes to /usr/bin/krb5-config: > > # diff /usr/bin/krb5-config /usr/bin/krb5-config.org > 96c96 > < lib_flags=3D"$lib_flags -lgssapi -lgssapi_spnego -lgssapi_krb5 > -lheimntlm" > --- >> lib_flags=3D"$lib_flags -lgssapi -lheimntlm" > > After that, rebuilding openldap+dependencies makes it work again. I > suppose this is quite dirty and i have to see if it introduces other > problems. For what it's worth, it seems like the import of GSSAPI/Heimdal was=20 left halfway done, which surprised me quite a bit in FreeBSD - it's=20 more of a Linux way of development... -Reko=20