0

I want to configure OpenDS LDAP server to work with memory back-end DB, for unit tests. According to OpedDS wiki it can be done, but there is no tutorial there.

How can it be configured?

Leonid B
  • 325
  • 1
  • 4
  • 14

1 Answers1

1

You need the Memory backend as in "org.opends.server.backends.MemoryBackend". See the following for more information:

Piotr Kubowicz
  • 121
  • 1
  • 8
Jamie McCrindle
  • 9,114
  • 6
  • 43
  • 48