mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

dugan
02.02.2007 2d0aba220afc66dcb50fcd2639df306a25f639ea
opends/src/server/org/opends/server/core/DefaultAccessControlProvider.java
@@ -34,7 +34,7 @@
import org.opends.server.types.Operation;
import org.opends.server.types.SearchResultEntry;
import org.opends.server.types.SearchResultReference;
import org.opends.server.types.Entry;
import org.opends.server.types.*;
/**
 * This class implements a default access control provider for the
@@ -209,5 +209,13 @@
    public boolean isProxiedAuthAllowed(Operation operation, Entry entry) {
     return true;
    }
     /**
     * {@inheritDoc}
     */
    @Override
    public boolean isGetEffectiveRightsAllowed(Operation operation, Control c) {
        return true;
    }
  }
}