mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-27 09:21:59 -06:00
c00281a9f9
We want to process some updates in a particular order (schema, structural). Using an init-inspired ordering mechanism.
10 lines
295 B
Plaintext
10 lines
295 B
Plaintext
#
|
|
# 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'
|