Difference between revisions of "PowerDNS LDAP Backend/Introduction"
m (PowerDNS LDAP - Introduction moved to PowerDNS LDAP Backend - Introduction) |
(removed backlink) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
__TOC__ | __TOC__ | ||
| − | |||
| − | |||
== Rationale == | == Rationale == | ||
| − | This HOWTO documents the steps necessary to build and use the LDAP backend I've written for PowerDNS, an extremely versatile name server. This backend enables PowerDNS to retrieve DNS information from any standard compliant LDAP server. This is | + | This HOWTO documents the steps necessary to build and use the LDAP DNS backend I've written for PowerDNS, an extremely versatile name server. This backend enables PowerDNS to retrieve DNS information from any standard compliant LDAP server. This is extremely handy if you have already stored information about your hosts in your LDAP tree. |
== Download == | == Download == | ||
| − | The LDAP backend is included in the PowerDNS source tree. You can get the latest packages of PowerDNS by visiting [http://www.powerdns.com PowerDNS.com] or http://download.powerdns.com. | + | The LDAP DNS backend is included in the PowerDNS source tree. You can get the latest packages of PowerDNS by visiting [http://www.powerdns.com PowerDNS.com] or http://download.powerdns.com. |
== Credits == | == Credits == | ||
| Line 16: | Line 14: | ||
As a result PowerDNS is an extremely versatile DNS server consisting of very good source code which is easy to understand and to extend. Please support him by contributing code or bug reports or spread the word of PowerDNS ;-) | As a result PowerDNS is an extremely versatile DNS server consisting of very good source code which is easy to understand and to extend. Please support him by contributing code or bug reports or spread the word of PowerDNS ;-) | ||
| − | |||
| − | |||
| − | |||
| − | |||
Latest revision as of 14:39, 22 June 2008
Contents
Rationale
This HOWTO documents the steps necessary to build and use the LDAP DNS backend I've written for PowerDNS, an extremely versatile name server. This backend enables PowerDNS to retrieve DNS information from any standard compliant LDAP server. This is extremely handy if you have already stored information about your hosts in your LDAP tree.
Download
The LDAP DNS backend is included in the PowerDNS source tree. You can get the latest packages of PowerDNS by visiting PowerDNS.com or http://download.powerdns.com.
Credits
I would like to thank Bert Hubert for his courage to write a clean implementation of the DNS protocol, which is a real nightmare for every good programmer. You will understand what I mean, if you read the specs yourself
As a result PowerDNS is an extremely versatile DNS server consisting of very good source code which is easy to understand and to extend. Please support him by contributing code or bug reports or spread the word of PowerDNS ;-)