/**
* {@inheritDoc}
*/
public boolean compare( LdapDN dn, String oid, Object value, boolean ignoreReferral ) throws Exception
{
CompareOperationContext opContext =
new CompareOperationContext( this, dn, oid,
convertToValue( oid, value ) );
setReferralHandling( opContext, ignoreReferral );
OperationManager operationManager = directoryService.getOperationManager();