Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Sep 2009 14:59:09 -0400 (EDT)
From:      Rick Macklem <rmacklem@uoguelph.ca>
To:        =?utf-8?B?UGV0ZXIgQW5rZXJzdMOlbA==?= <peter@pean.org>
Cc:        George Mamalakis <mamalos@eng.auth.gr>, freebsd-current@freebsd.org, freebsd-stable <freebsd-stable@freebsd.org>, dfr@rabson.org
Subject:   Re: SASL problems with spnego on 8.0-BETA4
Message-ID:  <Pine.GSO.4.63.0909211451200.11124@muncher.cs.uoguelph.ca>
In-Reply-To: <1105595C-2914-49C4-9A71-87801D228982@pean.org>
References:  <4AB27FB6.4010806@eng.auth.gr> <20090918034933.GI1231@rwpc12.mby.riverwillow.net.au> <Pine.GSO.4.63.0909181722270.23193@muncher.cs.uoguelph.ca> <20090918233157.GK1231@rwpc12.mby.riverwillow.net.au> <20090921012855.GA1001@rwpc12.mby.riverwillow.net.au> <4AB768C3.6030003@eng.auth.gr> <Pine.GSO.4.63.0909211122440.26309@muncher.cs.uoguelph.ca> <1105595C-2914-49C4-9A71-87801D228982@pean.org>

next in thread | previous in thread | raw e-mail | index | archive | help
  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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.63.0909211451200.11124>