As noticed in #21.
At the time of creation of that issue, for schema loading we took the approach of using an index search on the objectClass index to find all attributeSchema and classSchema entries. This mysteriously fails in the database of #21.
With #32 the approach changed for schema loading, but there might still be an underlying problem in the index searching code.
As noticed in #21.
At the time of creation of that issue, for schema loading we took the approach of using an index search on the
objectClassindex to find allattributeSchemaandclassSchemaentries. This mysteriously fails in the database of #21.With #32 the approach changed for schema loading, but there might still be an underlying problem in the index searching code.