| | |
| | | * |
| | | * Copyright 2009-2010 Sun Microsystems, Inc. |
| | | * Portions Copyright 2011-2016 ForgeRock AS. |
| | | * Portions Copyright 2026 3A Systems, LLC. |
| | | */ |
| | | package org.opends.guitools.controlpanel.ui; |
| | | |
| | |
| | | boolean doChecks = !isLocal || isLocalServerRunning; |
| | | if (doChecks) |
| | | { |
| | | if ("".equals(dn.getText().trim())) |
| | | if (dn.getText().trim().isEmpty()) |
| | | { |
| | | dnInvalid = true; |
| | | errors.add(INFO_EMPTY_DIRECTORY_MANAGER_DN.get()); |
| | |
| | | |
| | | if (!isLocal) |
| | | { |
| | | if ("".equals(hostName.getText().trim())) |
| | | if (hostName.getText().trim().isEmpty()) |
| | | { |
| | | errors.add(INFO_EMPTY_REMOTE_HOST_NAME.get()); |
| | | } |