mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-30 10:47:08 -06:00
4bcc2546d5
https://fedorahosted.org/freeipa/ticket/4302 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
14 lines
424 B
Plaintext
14 lines
424 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
|
|
default: objectclass: nsDS5Replica
|
|
default: nsDS5ReplicaId: 3
|
|
default: nsDS5ReplicaRoot: $SUFFIX
|
|
|
|
# Group containing replication bind dns
|
|
dn: cn=replication managers,cn=etc,$SUFFIX
|
|
default: objectclass: groupofnames
|