diff options
Diffstat (limited to 'install/updates/20-replication.update')
-rw-r--r-- | install/updates/20-replication.update | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/install/updates/20-replication.update b/install/updates/20-replication.update new file mode 100644 index 000000000..29823a6fa --- /dev/null +++ b/install/updates/20-replication.update @@ -0,0 +1,9 @@ +# +# Counter used to store the next replica id +# +# 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' |