Difference between revisions of "PowerDNS LDAP Backend/Download"

From Linuxnetworks
Jump to: navigation, search
(back link)
(Resources)
Line 5: Line 5:
 
[http://www.linuxnetworks.de/pdnsldap/dnsdomain2.schema dnsdomain2.schema]
 
[http://www.linuxnetworks.de/pdnsldap/dnsdomain2.schema dnsdomain2.schema]
  
The LDAP 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.
+
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 ==
 
== Patches ==

Revision as of 22:48, 21 April 2007

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

Resources

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

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.

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 Overview