schema « ldap « Java Enterprise Q&A





1. Importing a schema LDIF and content LDIF on every startup of ApacheDS?    stackoverflow.com

I want my embedded ApacheDS to start up with a fresh schema/content when I run my tests. I tried to import a LDIF with this lines:

    LdifFileLoader ldifLoader ...