Update all internal client connections to have unlimited size limits, time
limits, and lookthrough limits.
OpenDS Issue Number: 1246
| | |
| | | this.authenticationInfo = |
| | | new AuthenticationInfo(internalUserEntry, true); |
| | | super.setAuthenticationInfo(authenticationInfo); |
| | | setSizeLimit(0); |
| | | setTimeLimit(0); |
| | | setLookthroughLimit(0); |
| | | } |
| | | catch (DirectoryException de) |
| | | { |
| | |
| | | |
| | | this.authenticationInfo = authInfo; |
| | | super.setAuthenticationInfo(authInfo); |
| | | setSizeLimit(0); |
| | | setTimeLimit(0); |
| | | setLookthroughLimit(0); |
| | | |
| | | connectionID = nextConnectionID.getAndDecrement(); |
| | | operationList = new LinkedList<Operation>(); |