EmbeddedOpenDS openDs = null;
try {
openDs = new EmbeddedOpenDS(installationDirectory, 1024);
openDs.setup();
openDs.configure();
openDs.startup(5000);
InitialLdapContext ctx = null;
try {
ctx = openDs.getInitialContext("cn=Directory Manager",
"password");