top | item 47061400

(no title)

whalesalad | 11 days ago

Would be highly interested in learning more about this setup particularly the PowerDNS integration.

discuss

order

cullumsmith|11 days ago

PowerDNS is an open-source DNS server that lets you store your DNS configuration in a variety of different backends, one of which is LDAP.

For each of my "domain controllers, I run: OpenLDAP, an MIT Kerberos KDC, and a PowerDNS server. The KDC and PowerDNS both get their data from LDAP on 127.0.0.1, and LDAP changes are synchronized between all the nodes.

This is convenient because you don't have to synchronize zone files on multiple hosts.

I use custom /bin/sh-based config management system, but you can probably get the gist of it here:

https://github.com/cullumsmith/infrastructure/blob/master/sc...

https://github.com/cullumsmith/infrastructure/blob/master/fi...

esseph|11 days ago

In addition to this, for those of you running Proxmox it has PowerDNS integration.