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

floblanc
29.40.2008 2964e0f4cbf0dcee17b1d333a0ac3312e9a5370d
opends/src/server/org/opends/server/protocols/internal/InternalClientConnection.java
@@ -45,6 +45,7 @@
import org.opends.server.api.ConnectionHandler;
import org.opends.server.api.ConnectionSecurityProvider;
import org.opends.server.core.*;
import org.opends.server.core.networkgroups.NetworkGroup;
import org.opends.server.extensions.*;
import org.opends.server.loggers.debug.DebugTracer;
import org.opends.server.protocols.asn1.ASN1OctetString;
@@ -166,6 +167,8 @@
    super();
    this.setNetworkGroup(NetworkGroup.getInternalNetworkGroup());
    // This connection will be authenticated as a root user so that no
    // access control will be enforced.
    String commonName    = "Internal Client";
@@ -285,6 +288,8 @@
    super();
    this.setNetworkGroup(NetworkGroup.getInternalNetworkGroup());
    this.authenticationInfo = authInfo;
    super.setAuthenticationInfo(authInfo);
    super.setSizeLimit(0);