dhcp2ldap - Initial Release
dhcp2ldap is a perl daemon that I’ve written to work with the LDAP SDB backend for Bind9, and the ISC DHCP server. It will check the dhcp leases file, at a configurable rate, for changes and update DNS accordingly. This release is v1.1.
Description from initial e-mail to SDB Author:
I recently implemented your LDAP backend for bind as a stepping stone to getting “multimaster” dns updates in my domain. It works great, but I found it was lacking one tool which a lot of administrators would appreciate: dynamic dns updates from dhcp. All the other ddns software only do zone updates (which, obviously, don’t work with the ldap backend) so they are fairly useless for my purposes and I decided to code my own. Attached is my perl daemon that monitors dhcp leases for changes and updates dNSZone records on an ldap server. I figured other people using the ldap SDB could benefit from this if you put it on your site. Enjoy