Re: [Pdns-users] DNSSEC via API

2017-05-15 Thread Christian Hofstaedtler
> On 15 May 2017, at 16:40, Siniša Burina wrote: > > Is there currently any way to easily turn on/off DNSSEC via API call(s)? > Or is the implementation planned for the near future? > > https://doc.powerdns.com/md/httpapi/api_spec/#zone95collection ... git master has implementations for all the

[Pdns-users] DNSSEC via API

2017-05-15 Thread Siniša Burina
Hello! Is there currently any way to easily turn on/off DNSSEC via API call(s)? Or is the implementation planned for the near future? https://doc.powerdns.com/md/httpapi/api_spec/#zone95collection says: "Switching dnssec to true (from false) sets up DNSSEC signing based on the other flags, this

Re: [Pdns-users] GUI with LDAP backend ?

2017-05-15 Thread Peter van Dijk
Hello, On 15 May 2017, at 10:51, r0m5 wrote: Hello ! My organization is currently considering moving to the LDAP backend instead SQL, with pdns 4.0. We are currently using the poweradmin GUI, and I noticed that I can't use the pdns API with the LDAP backend. So if I am right GUI like nsedit

Re: [Pdns-users] GUI with LDAP backend ?

2017-05-15 Thread Michael Ströder
r0m5 wrote: > So here is my question : what do you think would be a convenient way to > manage zone and > records using the LDAP backend ? How do you guys proceed ? For managing DNS zones in a pdns LDAP backend I've added some plugin classes to my own client: https://web2ldap.de/ Be warned it's

Re: [Pdns-users] GUI with LDAP backend ?

2017-05-15 Thread Julian Kippels
Am Mon, 15 May 2017 10:51:18 +0200 schrieb r0m5 : > Hello ! > > My organization is currently considering moving to the LDAP backend > instead SQL, with pdns 4.0. > > We are currently using the poweradmin GUI, and I noticed that I can't > use the pdns API with the LDAP backend. So if I am right

[Pdns-users] GUI with LDAP backend ?

2017-05-15 Thread r0m5
Hello ! My organization is currently considering moving to the LDAP backend instead SQL, with pdns 4.0. We are currently using the poweradmin GUI, and I noticed that I can't use the pdns API with the LDAP backend. So if I am right GUI like nsedit are not compatible with an LDAP backend. In my