Re: non-BDB support for DLZ in Bind9?

2016-03-25 Thread PGNd
On Fri, Mar 25, 2016, at 05:03 PM, Evan Hunt wrote: > (And I didn't even remember to mention the fact that some DLZ modules now > support DNS UPDATE, which means you can have *dynamic* dynamically loadable > Dynamically Loadable Zones zones. It's a good thing we work on name > servers here at ISC b

bind-9.10.3-P4 'make depend' error @ missing 'driver.c'

2016-03-25 Thread PGNd
While working on other issues, in a build of bind-9.10.3-P4, I noticed a "driver.c: No such file or directory" error at ./configure ... --without-gssapi ... make depend ... make[4]: Entering directory '/usr/local/src/bind-9.10.3-P4/bin/t

Re: non-BDB support for DLZ in Bind9?

2016-03-25 Thread PGNd
On Fri, Mar 25, 2016, at 03:48 PM, Evan Hunt wrote: > To use the runtime-linkable modules, all you need is "configure". > (The "--with-dlopen" part is enabled by default already, and the > others are unnecessary.) > > Then "cd contrib/dlz/modules/bdbhpt" (or whichever one you want to use), > and

Re: non-BDB support for DLZ in Bind9?

2016-03-25 Thread PGNd
Thanks for the quick reply. > These still work but are somewhat obsolete now. BIND now has the ability to > dynamically load DLZ modules at run time Right. I was just referring to the *docs*, which afaict are still the most complete, conceptually re: DLZ anyway IIUC (?), I'm correctly invoking

non-BDB support for DLZ in Bind9?

2016-03-25 Thread PGNd
In DLZ, as packaged with bind9, currently a variety of db drivers are supported, grep "AC_ARG_WITH(dlz_" contrib/dlz/config.dlz.in AC_ARG_WITH(dlz_postgres, AC_ARG_WITH(dlz_mysql, AC_ARG_WITH(dlz_bdb, AC_ARG_WITH(dlz_filesystem, AC_ARG_WITH(dlz_ldap,

Re: [Non-DoD Source] Build with GEOIP

2016-03-25 Thread PGNd
On Fri, Mar 25, 2016, at 09:50 AM, Olsen, Richard William (Rick) CTR (US) wrote: > Thanks to those who have responded with helpful replies. I understand now > that the bind build does not have the api actually built in and that I have > to install one. just fyi, note that, even with --with-geo

Re: key-restricted nsupdate of internal view's zone's host REFUSED with 'signer "" denied' ?

2015-05-26 Thread PGNd
On Tue, May 26, 2015, at 02:32 PM, Mark Andrews wrote: > You can't update multiple views with a single update message. Use > two update commands. The update is being processed by the first > view and the policy in the internal zone doesn't allow you to update > *every* record you are attempting

key-restricted nsupdate of internal view's zone's host REFUSED with 'signer "" denied' ?

2015-05-26 Thread PGNd
I run named -v BIND 9.10.2 in split-horizon mode with two views view "internal" { view "external" { For a single zone MYDOMAIN.com I'm targeting two hostnames in the zone test.MYDOMAIN.com external.test.MYDO