From owner-freebsd-stable@FreeBSD.ORG Mon Sep 21 18:53:34 2009 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 538DB1065672; Mon, 21 Sep 2009 18:53:34 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-annu.mail.uoguelph.ca (esa-annu.mail.uoguelph.ca [131.104.91.36]) by mx1.freebsd.org (Postfix) with ESMTP id E2C6C8FC0A; Mon, 21 Sep 2009 18:53:33 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAOJot0qDaFvG/2dsb2JhbADSKIQbBYFYgnQ X-IronPort-AV: E=Sophos;i="4.44,425,1249272000"; d="scan'208";a="47126443" Received: from amazon.cs.uoguelph.ca ([131.104.91.198]) by esa-annu-pri.mail.uoguelph.ca with ESMTP; 21 Sep 2009 14:53:33 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by amazon.cs.uoguelph.ca (Postfix) with ESMTP id 22936210108; Mon, 21 Sep 2009 14:53:33 -0400 (EDT) X-Virus-Scanned: amavisd-new at amazon.cs.uoguelph.ca Received: from amazon.cs.uoguelph.ca ([127.0.0.1]) by localhost (amazon.cs.uoguelph.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ITpWaLFSQhxg; Mon, 21 Sep 2009 14:53:32 -0400 (EDT) Received: from muncher.cs.uoguelph.ca (muncher.cs.uoguelph.ca [131.104.91.102]) by amazon.cs.uoguelph.ca (Postfix) with ESMTP id AB782210130; Mon, 21 Sep 2009 14:53:30 -0400 (EDT) Received: from localhost (rmacklem@localhost) by muncher.cs.uoguelph.ca (8.11.7p3+Sun/8.11.6) with ESMTP id n8LIx9613139; Mon, 21 Sep 2009 14:59:09 -0400 (EDT) X-Authentication-Warning: muncher.cs.uoguelph.ca: rmacklem owned process doing -bs Date: Mon, 21 Sep 2009 14:59:09 -0400 (EDT) From: Rick Macklem X-X-Sender: rmacklem@muncher.cs.uoguelph.ca To: =?utf-8?B?UGV0ZXIgQW5rZXJzdMOlbA==?= In-Reply-To: <1105595C-2914-49C4-9A71-87801D228982@pean.org> Message-ID: References: <4AB27FB6.4010806@eng.auth.gr> <20090918034933.GI1231@rwpc12.mby.riverwillow.net.au> <20090918233157.GK1231@rwpc12.mby.riverwillow.net.au> <20090921012855.GA1001@rwpc12.mby.riverwillow.net.au> <4AB768C3.6030003@eng.auth.gr> <1105595C-2914-49C4-9A71-87801D228982@pean.org> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-559023410-1804928587-1253559549=:11124" Cc: George Mamalakis , freebsd-current@freebsd.org, freebsd-stable , dfr@rabson.org Subject: Re: SASL problems with spnego on 8.0-BETA4 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: Mon, 21 Sep 2009 18:53:34 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---559023410-1804928587-1253559549=:11124 Content-Type: TEXT/PLAIN; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Mon, 21 Sep 2009, Peter Ankerst=C3=A5l wrote: > > Could this be the same problem I have with SASL and postfix? > > http://lists.freebsd.org/pipermail/freebsd-questions/2009-September/20552= 5.html > I have no idea, but there's one way to find out. Apply this patch to /usr/bin/krb5-config and then rebuild all the cyrus-sasl2 stuff in=20 /usr/ports. (If you "rm -r work" before "make build", you'll be sure to use krb5-config again.) --- krb5-config.sav=092009-09-18 16:54:42.000000000 -0400 +++ krb5-config=092009-09-21 14:49:34.000000000 -0400 @@ -93,7 +93,7 @@ lib_flags=3D"-L${libdir}" case $library in gssapi) -=09lib_flags=3D"$lib_flags -lgssapi -lheimntlm" +=09lib_flags=3D"$lib_flags -lgssapi -lgssapi_spnego -lgssapi_krb5 -lheimnt= lm" =09;; kadm-client) =09lib_flags=3D"$lib_flags -lkadm5clnt" Then see if the newly built binaries work. Good luck with it, rick ---559023410-1804928587-1253559549=:11124--