// Initialize the subentry manager.
directoryServer.initializeSubentryManager();
//Initialize PWD policy components.
directoryServer.initializePasswordPolicyComponents();
//Load the crypto-manager key cache among other things.
new CryptoManagerSync();
} catch (InitializationException ie) {
Message message = ERR_ENCPW_CANNOT_INITIALIZE_SERVER_COMPONENTS.get(
getExceptionMessage(ie));
err.println(wrapText(message, MAX_LINE_WIDTH));
return false;