*/
public ConfigChangeResult applyConfigurationDelete(
SynchronizationProviderCfg configuration)
{
// Default result code.
ResultCode resultCode = ResultCode.SUCCESS;
boolean adminActionRequired = false;
// See if the entry is registered as a synchronization provider. If so,
// deregister and stop it.
DN dn = configuration.dn();