Hi there, I am using ApacheDS to test some LDAP client code what I am writing for an application.
I used the "sevenSeas" example to work out how it works. However I am trying to load some of my own dummy data from a LDIF file and m getting errors like <Required attributes [2.5.4.4] not found within entry...> in doing so. How do I find out what schema does it validate the attributes of the objects I am entering via the LDIF file? Thanks.