Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.4.0
-
None
Description
The export of schemas for ApacheDS must sort the object classes in the generated LDIF by hierarchy. For example when one schema contains object classses inetOrgperson, organizationalPerson and person then the order in the LDIF must be person, organizationalPerson, inetOrgPerson.
Background: ApacheDS checks for an imported object class if its super-class exists. If the sub-class is imported at first an exception is thrown.