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

Nicolas Capponi
07.31.2014 0f912754115691994ac95e355285b8a2bed28bde
Fix OPENDJ-1328 dsreplication enable fails with InvalidAttributeValueException

Passing a LocalizableMessage instead of a String.
1 files modified
2 ■■■ changed files
opendj3-server-dev/src/server/org/opends/server/tools/dsreplication/ReplicationCliMain.java 2 ●●● patch | view | raw | blame | history
opendj3-server-dev/src/server/org/opends/server/tools/dsreplication/ReplicationCliMain.java
@@ -7928,7 +7928,7 @@
    adminProperties.put(ADSContext.AdministratorProperty.PASSWORD,
        uData.getAdminPwd());
    adminProperties.put(ADSContext.AdministratorProperty.DESCRIPTION,
        INFO_GLOBAL_ADMINISTRATOR_DESCRIPTION.get());
        INFO_GLOBAL_ADMINISTRATOR_DESCRIPTION.get().toString());
    return adminProperties;
  }