I have succeeded in getting an embedded ApacheDS instance to start with a Java Web App thanks to the example found here, and have added partitions to it. The problem is that the resulting LDAP server instance doesn't show 'ou=config'. Any idea why or what I can do to to get this important element?
Asked
Active
Viewed 361 times
1 Answers
3
In embedded mode you configure the server programmatically, ou=config is for configuring the server running in network mode.

kayyagari
- 1,882
- 13
- 10