summaryrefslogtreecommitdiffstats
path: root/install/updates/20-replication.update
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2013-02-05 06:47:30 -0500
committerMartin Kosek <mkosek@redhat.com>2013-02-06 12:22:00 +0100
commitb27267b00a3261e0d4a4dd9e1f4055d43a6e663a (patch)
treef5eb102561c550848c305577de8ac665afc61d68 /install/updates/20-replication.update
parent53c94361d6d119a68a645ac3e5f702c31afab831 (diff)
downloadfreeipa-b27267b00a3261e0d4a4dd9e1f4055d43a6e663a.tar.gz
freeipa-b27267b00a3261e0d4a4dd9e1f4055d43a6e663a.tar.xz
freeipa-b27267b00a3261e0d4a4dd9e1f4055d43a6e663a.zip
Don't add another nsDS5ReplicaId on updates if one already exists
Modify update file to use default: rather than add: in cn=replication,cn=etc,$SUFFIX. Drop quotes around nsDS5ReplicaRoot because default: values are not parsed as CSV. https://fedorahosted.org/freeipa/ticket/3394
Diffstat (limited to 'install/updates/20-replication.update')
-rw-r--r--install/updates/20-replication.update6
1 files changed, 3 insertions, 3 deletions
diff --git a/install/updates/20-replication.update b/install/updates/20-replication.update
index 29823a6fa..891cbcb88 100644
--- a/install/updates/20-replication.update
+++ b/install/updates/20-replication.update
@@ -4,6 +4,6 @@
# Start at 3 to avoid conflicts with v1.0 replica ids. The value itself
# isn't important but each replica needs a unique id.
dn: cn=replication,cn=etc,$SUFFIX
-add: objectclass: nsDS5Replica
-add: nsDS5ReplicaId: 3
-add: nsDS5ReplicaRoot: '$SUFFIX'
+default: objectclass: nsDS5Replica
+default: nsDS5ReplicaId: 3
+default: nsDS5ReplicaRoot: $SUFFIX