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

coulbeck
28.54.2007 95a0e9bef91417fd48f9f784f3c7b17dcf8d09ca
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/ReplicationMonitor.java
@@ -150,6 +150,9 @@
    attr = new Attribute(type, ATTR_SERVER_STATE, values);
    attributes.add(attr);
    attributes.add(new Attribute("ssl-encryption",
                                 String.valueOf(domain.isSessionEncrypted())));
    return attributes;
  }