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



On Mon, 21 Sep 2009, Peter Ankerstål wrote:

>
> Could this be the same problem I have with SASL and postfix?
>
> http://lists.freebsd.org/pipermail/freebsd-questions/2009-September/205525.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 
/usr/ports. (If you "rm -r work" before "make build", you'll be sure
to use krb5-config again.)

--- krb5-config.sav	2009-09-18 16:54:42.000000000 -0400
+++ krb5-config	2009-09-21 14:49:34.000000000 -0400
@@ -93,7 +93,7 @@
      lib_flags="-L${libdir}"
      case $library in
      gssapi)
-	lib_flags="$lib_flags -lgssapi -lheimntlm"
+	lib_flags="$lib_flags -lgssapi -lgssapi_spnego -lgssapi_krb5 -lheimntlm"
  	;;
      kadm-client)
  	lib_flags="$lib_flags -lkadm5clnt"

Then see if the newly built binaries work.

Good luck with it, rick

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