From d095695e66eafb7314f97a33a50eda1316a356fc Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Fri, 27 Apr 2007 07:09:14 +0000
Subject: [PATCH] This is is the last part of the replication renaming (issue 1090) and is the renaming of the configuration.
---
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml | 38 +++++++++++++++++++-------------------
1 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/ChangelogServerConfiguration.xml b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml
similarity index 79%
rename from opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/ChangelogServerConfiguration.xml
rename to opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml
index a6e8aae..94c88fd 100644
--- a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/ChangelogServerConfiguration.xml
+++ b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<adm:managed-object name="changelog-server"
- plural-name="changelog-servers" package="org.opends.server.admin.std"
+<adm:managed-object name="replication-server"
+ plural-name="replication-servers" package="org.opends.server.admin.std"
xmlns:adm="http://www.opends.org/admin"
xmlns:ldap="http://www.opends.org/admin-ldap">
<adm:synopsis>
@@ -13,15 +13,15 @@
<ldap:object-class>
<ldap:oid>1.3.6.1.4.1.26027.1.2.65</ldap:oid>
<ldap:name>
- ds-cfg-synchronization-changelog-server-config
+ ds-cfg-replication-server-config
</ldap:name>
<ldap:superior>top</ldap:superior>
</ldap:object-class>
</adm:profile>
- <adm:property name="changelog-server" multi-valued="true"
+ <adm:property name="replication-server" multi-valued="true"
mandatory="false">
<adm:synopsis>
- Specifies the addresses of the changelog server to which this
+ Specifies the addresses of the replication server to which this
<adm:user-friendly-name />
should try to connect at startup time.
</adm:synopsis>
@@ -40,17 +40,17 @@
<adm:profile name="ldap">
<ldap:attribute>
<ldap:oid>1.3.6.1.4.1.26027.1.1.160</ldap:oid>
- <ldap:name>ds-cfg-changelog-server</ldap:name>
+ <ldap:name>ds-cfg-replication-server</ldap:name>
</ldap:attribute>
</adm:profile>
</adm:property>
- <adm:property name="changelog-server-id" multi-valued="false"
+ <adm:property name="replication-server-id" multi-valued="false"
mandatory="true" read-only="true">
<adm:synopsis>
- Specifies the server ID of this Changelog Server
+ Specifies the server ID of this Replication Server
</adm:synopsis>
<adm:description>
- Each Changelog Server must have a different server ID.
+ Each Replication Server must have a different server ID.
</adm:description>
<adm:requires-admin-action>
<adm:none />
@@ -61,7 +61,7 @@
<adm:profile name="ldap">
<ldap:attribute>
<ldap:oid>1.3.6.1.4.1.26027.1.1.278</ldap:oid>
- <ldap:name>ds-cfg-changelog-server-id</ldap:name>
+ <ldap:name>ds-cfg-replication-server-id</ldap:name>
</ldap:attribute>
</adm:profile>
</adm:property>
@@ -69,7 +69,7 @@
multi-valued="false">
<adm:synopsis>
Specifies the window size that will this Domain must use when
- communicating with changelog servers.
+ communicating with replication servers.
</adm:synopsis>
<adm:default-behavior>
<adm:defined>
@@ -103,11 +103,11 @@
<adm:profile name="ldap">
<ldap:attribute>
<ldap:oid>1.3.6.1.4.1.26027.1.1.290</ldap:oid>
- <ldap:name>ds-cfg-changelog-max-queue-size</ldap:name>
+ <ldap:name>ds-cfg-replication-max-queue-size</ldap:name>
</ldap:attribute>
</adm:profile>
</adm:property>
- <adm:property name="changelog-db-directory" mandatory="false"
+ <adm:property name="replication-db-directory" mandatory="false"
hidden="false" multi-valued="false" read-only="true">
<adm:synopsis>
The path where the
@@ -123,11 +123,11 @@
<adm:profile name="ldap">
<ldap:attribute>
<ldap:oid>1.3.6.1.4.1.26027.1.1.306</ldap:oid>
- <ldap:name>ds-cfg-changelog-db-directory</ldap:name>
+ <ldap:name>ds-cfg-replication-db-directory</ldap:name>
</ldap:attribute>
</adm:profile>
</adm:property>
- <adm:property name="changelog-purge-delay" multi-valued="false">
+ <adm:property name="replication-purge-delay" multi-valued="false">
<adm:synopsis>
The time (in seconds) after which the
<adm:user-friendly-name />
@@ -144,16 +144,16 @@
<adm:profile name="ldap">
<ldap:attribute>
<ldap:oid>1.3.6.1.4.1.26027.1.1.319</ldap:oid>
- <ldap:name>ds-cfg-changelog-purge-delay</ldap:name>
+ <ldap:name>ds-cfg-replication-purge-delay</ldap:name>
</ldap:attribute>
</adm:profile>
</adm:property>
- <adm:property name="changelog-port" mandatory="true"
+ <adm:property name="replication-port" mandatory="true"
multi-valued="false">
<adm:synopsis>
The port on which this
<adm:user-friendly-name></adm:user-friendly-name>
- will wait for connections from other Changelog Servers or LDAP
+ will wait for connections from other Replication Servers or LDAP
Servers or from LDAP servers.
</adm:synopsis>
<adm:requires-admin-action>
@@ -165,7 +165,7 @@
<adm:profile name="ldap">
<ldap:attribute>
<ldap:oid>1.3.6.1.4.1.26027.1.1.158</ldap:oid>
- <ldap:name>ds-cfg-changelog-port</ldap:name>
+ <ldap:name>ds-cfg-replication-server-port</ldap:name>
</ldap:attribute>
</adm:profile>
</adm:property>
--
Gitblit v1.10.0