| | |
| | | * |
| | | * Copyright 2008 Sun Microsystems, Inc. |
| | | * Portions Copyright 2014-2016 ForgeRock AS. |
| | | * Portions copyright 2026 3A Systems, LLC. |
| | | */ |
| | | package org.opends.server.tasks; |
| | | |
| | |
| | | boolean isLoopback = localAddress.isLoopbackAddress(); |
| | | String[] args = |
| | | { |
| | | "-h", localIP, |
| | | "-h", "127.0.0.1", |
| | | "-p", String.valueOf(TestCaseUtils.getServerLdapPort()), |
| | | "-b", "", |
| | | "-s", "base", |
| | |
| | | // anonymous connection. |
| | | args = new String[] |
| | | { |
| | | "-h", localIP, |
| | | "-h", "127.0.0.1", |
| | | "-p", String.valueOf(TestCaseUtils.getServerLdapPort()), |
| | | "-b", "", |
| | | "-s", "base", |