+Conclusion
+==========
+
+The PowerDNS implementation seem to be very flexible when it come to
+which LDAP schemas to use. Its "tree" mode is rigid when it come to
+the the LDAP structure, while its "strict" mode is very flexible,
+allowing DNS objects to be stored anywhere under the base cn specified
+in the configuration.
+
+The DHCP implementation on the other hand is very inflexible, both
+regarding which LDAP schemas to use and which LDAP structure to use.
+I guess one could implement ones own schema, as long as the
+objectclasses and attributes have the names used, but this do not
+really help when the DHCP subtree need to have a fairly fixed
+structure.