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

dugan
10.02.2007 3067b8e17912839c60c6352fc4bbb37b7f156708
opends/src/server/org/opends/server/core/DefaultAccessControlProvider.java
@@ -33,6 +33,7 @@
import org.opends.server.types.InitializationException;
import org.opends.server.types.SearchResultEntry;
import org.opends.server.types.SearchResultReference;
import org.opends.server.types.Entry;
/**
 * This class implements a default access control provider for the
@@ -197,5 +198,13 @@
      return true;
    }
    /**
     * {@inheritDoc}
     */
    @Override
    public boolean isProxiedAuthAllowed(Operation operation, Entry entry) {
     return true;
    }
  }
}