| | |
| | | |
| | | package org.opends.admin.ads; |
| | | |
| | | import static org.forgerock.util.Utils.*; |
| | | import static org.opends.messages.QuickSetupMessages.*; |
| | | |
| | | import java.io.File; |
| | |
| | | |
| | | import org.opends.admin.ads.util.ConnectionUtils; |
| | | import org.opends.quicksetup.Constants; |
| | | import org.opends.quicksetup.util.Utils; |
| | | import org.opends.server.schema.SchemaConstants; |
| | | |
| | | |
| | | /** |
| | | * Class used to update and read the contents of the Administration Data. |
| | | */ |
| | |
| | | LocalizableMessage msg = ERR_ADS_ADMINISTRATOR_MERGE.get( |
| | | ConnectionUtils.getHostPort(adsCtx.getDirContext()), |
| | | ConnectionUtils.getHostPort(getDirContext()), |
| | | Utils.getStringFromCollection(notDefinedAdmins, |
| | | Constants.LINE_SEPARATOR), |
| | | joinAsString(Constants.LINE_SEPARATOR, notDefinedAdmins), |
| | | ConnectionUtils.getHostPort(getDirContext())); |
| | | throw new ADSContextException(ADSContextException.ErrorType.ERROR_MERGING, |
| | | msg, null); |