-The state of standardized LDAP schemas on Linux is far from optimal.
-In Debian Edu, we would like to store information about users, SMB
-clients/hosts, filegroups, netgroups (users and hosts), DHCP and DNS
-configuration, and LTSP configuration in LDAP. These objects have a
-lot in common, but with the current LDAP schemas it is not possible to
-have one object per entity. For example, one need to have at least
-three LDAP objects for a given computer, one with the SMB related
-stuff, one with DNS information and another with DHCP information. In
-addition, it is impossible to implement quick queries for netgroup
-membership, because of the way NIS triples are implemented. I believe
-it is time for a few RFC specifications to cleam up this mess. The
-old RFC 2307 do not scale when it comes to netgroups, and the schema
-used by DNS servers and DHCP servers do not integrate properly with
-RFC 2307 and each other.
+<p>The state of standardized LDAP schemas on Linux is far from
+optimal. There is RFC 2307 documenting one way to store NIS maps in
+LDAP, and a modified version of this normally called RFC 2307bis, with
+some modifications to be compatible with Active Directory. The RFC
+specification handle the content of a lot of system databases, but do
+not handle DNS zones and DHCP configuration.</p>