From e349126d23ab22a1ef0640277bb672d63e6dd27b Mon Sep 17 00:00:00 2001 From: Chris Ridd <chris.ridd@forgerock.com> Date: Mon, 22 Sep 2014 10:10:09 +0000 Subject: [PATCH] OPENDJ-1565 CR-4564: Optionally bind to a local address --- opends/src/admin/messages/ReplicationDomainCfgDefn.properties | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/opends/src/admin/messages/ReplicationDomainCfgDefn.properties b/opends/src/admin/messages/ReplicationDomainCfgDefn.properties index 31b3f41..369a56f 100644 --- a/opends/src/admin/messages/ReplicationDomainCfgDefn.properties +++ b/opends/src/admin/messages/ReplicationDomainCfgDefn.properties @@ -40,6 +40,9 @@ property.server-id.description=Each directory server within the same Replication Domain must have a different server ID. A directory server which is a member of multiple Replication Domains may use the same server ID for each of its Replication Domain configurations. property.solve-conflicts.synopsis=Indicates if this server solves conflict. property.solve-conflicts.description=This boolean indicates if this domain keeps the historical information necessary to solve conflicts. When set to false the server will not maintain historical information and will therefore not be able to solve conflict. This should therefore be done only if the replication is used in a single master type of deployment. +property.source-address.synopsis=If specified, the server will bind to the address before connecting to the remote server. +property.source-address.description=The address must be one assigned to an existing network interface. +property.source-address.default-behavior.alias.synopsis=Let the server decide. property.window-size.synopsis=Specifies the window size that the directory server will use when communicating with Replication Servers. property.window-size.description=This option may be deprecated and removed in future releases. relation.external-changelog-domain.user-friendly-name=External Changelog Domain -- Gitblit v1.10.0