Difference between revisions of "PowerDNS LDAP Backend/Download"

From Linuxnetworks
Jump to: navigation, search
(removed backlink)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
== Resources ==
 
== Resources ==
 +
 +
'''Note:''' As of 2008-03-24 the schema contains many new record types which are backed by the IANA list of DNS record types.
  
 
[http://www.linuxnetworks.de/pdnsldap/dnsdomain2.schema dnsdomain2.schema]
 
[http://www.linuxnetworks.de/pdnsldap/dnsdomain2.schema dnsdomain2.schema]
Line 9: Line 11:
 
== Patches ==
 
== Patches ==
  
The patch can be applied to PowerDNS 2.9.20 and fixes some bugs respectively enhances the functionality of the backend. It will also be part of the next stable release of PowerDNS.
+
None at the moment
 
+
[http://www.linuxnetworks.de/pdnsldap/ldapbackend_2.9.20-3.diff ldapbackend_2.9.20-3.diff]
+
 
+
* Supports SOA autocalculation (Thanks to Eduard Rysavy)
+
* Fixes filter bug (Thanks to Andy Rabagliati)
+
* Handles dc=* correctly
+
 
+
 
+
----
+
Back to [[PowerDNS LDAP Backend|Overview]]
+

Latest revision as of 14:40, 22 June 2008

The PowerDNS LDAP backend is part of the PowerDNS distribution which is available at PowerDNS.com

Resources

Note: As of 2008-03-24 the schema contains many new record types which are backed by the IANA list of DNS record types.

dnsdomain2.schema

The LDAP dnsdomain2 schema contains the additional object descriptions which are required by the LDAP server to check the validity of entries when they are added. Please consult the documentation of your LDAP server to find out how to add this schema to the server.

Patches

None at the moment