Re: Can't get BIND to use GSSAPI from /usr/local on FreeBSD

2010-09-10 Thread Sam Liddicott
e BSD user in the thread entitled: Can't get BIND to use GSSAPI from /usr/local on FreeBSD (Patch attached which fixes it for me)   I've traced my problem to what looks like a mismatch of expectations between heimdal 1.3.3 and b

Re: Can't get BIND to use GSSAPI from /usr/local on FreeBSD

2010-08-25 Thread Sam Liddicott
I've also reported this as a bind bug, but I'm posting it here as I think it answers the case for the BSD user in the thread entitled: Can't get BIND to use GSSAPI from /usr/local on FreeBSD (Patch attached which fixes it for me) I've traced my problem to what look

Re: Can't get BIND to use GSSAPI from /usr/local on FreeBSD

2010-06-15 Thread John Marshall
On Wed, 16 Jun 2010, 11:04 +1000, Mark Andrews wrote: > The alternative is to edit configure.in to only have the libraries in > the port version where configure checks for which set of libraries needed > and run autoheader + autoconf followed by configure. Thanks. configure.in looks like the plac

Re: Can't get BIND to use GSSAPI from /usr/local on FreeBSD

2010-06-15 Thread Mark Andrews
In message <20100616004753.ge1...@rwpc12.mby.riverwillow.net.au>, John Marshall writes: > On Wed, 16 Jun 2010, 10:06 +1000, Mark Andrews wrote: > > > > libgssapi_krb5 is from MIT Kerberos. > > ...and from FreeBSD's implementation of Heimdal > > rwsrv05> cat /usr/src/kerberos5/include/versi

Re: Can't get BIND to use GSSAPI from /usr/local on FreeBSD

2010-06-15 Thread John Marshall
On Wed, 16 Jun 2010, 10:06 +1000, Mark Andrews wrote: > > libgssapi_krb5 is from MIT Kerberos. ...and from FreeBSD's implementation of Heimdal rwsrv05> cat /usr/src/kerberos5/include/version.h /* $FreeBSD: src/kerberos5/include/version.h,v 1.15.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ *

Re: Can't get BIND to use GSSAPI from /usr/local on FreeBSD

2010-06-15 Thread Mark Andrews
In message <20100615233907.gd1...@rwpc12.mby.riverwillow.net.au>, John Marshall writes: > On Wed, 16 Jun 2010, 09:12 +1000, Mark Andrews wrote: > > > > In message , John Marsha > ll w > > rites: > > > On Tue, 15 Jun 2010 16:52:05 +1000, Mark Andrews wrote: > > > > > > > > So what was in config.l

Re: Can't get BIND to use GSSAPI from /usr/local on FreeBSD

2010-06-15 Thread Mark Andrews
In message <20100615233907.gd1...@rwpc12.mby.riverwillow.net.au>, John Marshall writes: > On Wed, 16 Jun 2010, 09:12 +1000, Mark Andrews wrote: > > > > In message , John Marsha > ll w > > rites: > > > On Tue, 15 Jun 2010 16:52:05 +1000, Mark Andrews wrote: > > > > > > > > So what was in config.l

Re: Can't get BIND to use GSSAPI from /usr/local on FreeBSD

2010-06-15 Thread John Marshall
On Wed, 16 Jun 2010, 09:12 +1000, Mark Andrews wrote: > > In message , John Marshall > w > rites: > > On Tue, 15 Jun 2010 16:52:05 +1000, Mark Andrews wrote: > > > > > > So what was in config.log? With libgssapi_krb5 you are trying to link > > > against MIT kerberos. > > > > Sorry, s/_krb5// (H

Re: Can't get BIND to use GSSAPI from /usr/local on FreeBSD

2010-06-15 Thread Mark Andrews
In message , John Marshall w rites: > On Tue, 15 Jun 2010 16:52:05 +1000, Mark Andrews wrote: > > > > So what was in config.log? With libgssapi_krb5 you are trying to link > > against MIT kerberos. > > Sorry, s/_krb5// (Heimdal) > > The config.log is here, and seems convinced about using /usr/l

Re: Can't get BIND to use GSSAPI from /usr/local on FreeBSD

2010-06-15 Thread John Marshall
On Tue, 15 Jun 2010 16:52:05 +1000, Mark Andrews wrote: > > So what was in config.log? With libgssapi_krb5 you are trying to link > against MIT kerberos. Sorry, s/_krb5// (Heimdal) The config.log is here, and seems convinced about using /usr/local.

Re: Can't get BIND to use GSSAPI from /usr/local on FreeBSD

2010-06-14 Thread Mark Andrews
In message <20100615045018.gb1...@rwpc12.mby.riverwillow.net.au>, John Marshall writes: > On Tue, 15 Jun 2010, 10:31 +1000, Mark Andrews wrote: > > > On 06/11/10 02:51, John Marshall wrote: > > > > > Telling configure --with-openssl=/usr/local does the trick for OpenSSL. > > > > Telling configur

Re: Can't get BIND to use GSSAPI from /usr/local on FreeBSD

2010-06-14 Thread John Marshall
On Sun, 13 Jun 2010, 12:53 -0700, Doug Barton wrote: > On 06/11/10 02:51, John Marshall wrote: > >Is there something > >else I need to do to nudge BIND in the direction of libgssapi_krb5 in > >/usr/local ? > > > >Until now I've never built BIND with gssapi, so I'm prepared to be told > >I've missed

Re: Can't get BIND to use GSSAPI from /usr/local on FreeBSD

2010-06-14 Thread John Marshall
On Tue, 15 Jun 2010, 10:31 +1000, Mark Andrews wrote: > > On 06/11/10 02:51, John Marshall wrote: > > > Telling configure --with-openssl=/usr/local does the trick for OpenSSL. > > > Telling configure --with-gssapi=/usr/local makes all the right kind of > > > impressions on config.log, but the link

Re: Can't get BIND to use GSSAPI from /usr/local on FreeBSD

2010-06-14 Thread Mark Andrews
In message <4c15371c.7070...@dougbarton.us>, Doug Barton writes: > On 06/11/10 02:51, John Marshall wrote: > >BIND 9.7.1rc1 > >FreeBSD 8.1-PRERELEASE > > > > I've just stepped into the world of nsupdate (instead of doing the > > freeze/edit/thaw dance). I have had success using TSIG (nsup

Re: Can't get BIND to use GSSAPI from /usr/local on FreeBSD

2010-06-13 Thread Doug Barton
On 06/11/10 02:51, John Marshall wrote: BIND 9.7.1rc1 FreeBSD 8.1-PRERELEASE I've just stepped into the world of nsupdate (instead of doing the freeze/edit/thaw dance). I have had success using TSIG (nsupdate -k) but I would like to use TKEY-GSS (nsupdate -g). When I try to do that, nsup

Can't get BIND to use GSSAPI from /usr/local

2010-06-11 Thread John Marshall
BIND 9.7.1rc1 FreeBSD 8.1-PRERELEASE I've just stepped into the world of nsupdate (instead of doing the freeze/edit/thaw dance). I have had success using TSIG (nsupdate -k) but I would like to use TKEY-GSS (nsupdate -g). When I try to do that, nsupdate dumps core. $ /usr/bin/nsupdate -g -