Setting up a Bind9 server with MongoDB backend
17/08/2010At Minet, we are currently running with a full LDAP backend (ie. FreeRADIUS, DHCP and Bind). It’s completely unmaintainable. Difficult to insert and delete fields, impossible to update safely. LDAP (or MySQL) backends use their own scheme, they cannot share data without make you dive into source code.
So, let’s write a little bit of code more hype !
Server before database
First, clone source project.
git clone git://github.com/guillaumerose/bind9-mongodb.git
