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