On 19/5/2021 10:20 μ.μ., Brian Candler wrote:

There is no state stored in pdns-auth itself, other than the state in the backend.  So as long as you change your backend to be compatible with 4.4.1, I see no reason why you can't jump straight to 4.4.1.

Of course you should first do this in a test environment, cloned or copied from your live environment, to discover anything that you might have missed.

Thank you Brian,

I have upgraded to 4.4.1, after doing minor adjustments to the config.

However, I am now trying to start the upgraded server and I get the message (in journal):

   Caught an exception instantiating a backend: launch= suffixes are
   not supported on the bindbackend

I assume something has changed with launch directive and backend config format that renders our backend configuration faulty? (Please see our config below.)

Any hints to correct things as needed will be welcome!

Our config:

---------------------------------------------------------------------------

setuid=pdns
setgid=pdns
webserver=yes
webserver-address=195.xxx.xxx.xxx
webserver-password=ourpass
webserver-port=8081
webserver-print-arguments=no

launch=ldap:bkend1,bind:bkend2

ldap-bkend1-host=localhost
ldap-bkend1-basedn=ou=dns,dc=noa,dc=gr
ldap-bkend1-binddn=uid=dnsusr,ou=sys,dc=noa,dc=gr
ldap-bkend1-secret=oursecret
ldap-bkend1-method=simple

bind-bkend2-config=/etc/pdns/bind/named.conf
bind-bkend2-check-interval=600

default-ttl=86400
local-address=127.0.0.1 195.xxx.xxx.xxx 2001:xxxx:xxxx:xxxx::xxxx
local-port=53

allow-axfr-ips=192.168.0.0/16, 10.0.0.0/8, 2001:xxx:xxx::/48, \
  127.0.0.1, ::1, 195.xxx.xxx.xxx

logging-facility=0
loglevel=3

cache-ttl=0
log-dns-details=off

--------------------------------------------------------------------------

Thanks,
Nick
_______________________________________________
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
https://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to