{
LOG.info( "Syncing Embedded Directory Server..." );
}
// Create a configuration instruction.
SyncConfiguration cfg = new SyncConfiguration();
// Build the properties from bean attributes
Hashtable env = createContextEnv();
// Put the configuration instruction to the environment
// variable.
env.putAll( cfg.toJndiEnvironment() );
if ( LOG.isDebugEnabled() )
{
LOG.info( "Directory Properties:" );