diff options
author | Ludwig Krispenz <lkrispen@redhat.com> | 2015-05-20 17:12:04 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2015-05-26 10:43:50 +0200 |
commit | 4bcc2546d59041f0d09960d6f9d44ca68bd424e1 (patch) | |
tree | 4827c2d4654eddd56788a94ed11150d31a3e6709 /install/updates | |
parent | 25bf0c6e78dca62e7fa11cd654ed0d8675408176 (diff) | |
download | freeipa-4bcc2546d59041f0d09960d6f9d44ca68bd424e1.tar.gz freeipa-4bcc2546d59041f0d09960d6f9d44ca68bd424e1.tar.xz freeipa-4bcc2546d59041f0d09960d6f9d44ca68bd424e1.zip |
install part - manage topology in shared tree
https://fedorahosted.org/freeipa/ticket/4302
Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'install/updates')
-rw-r--r-- | install/updates/20-replication.update | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/install/updates/20-replication.update b/install/updates/20-replication.update index 891cbcb88..01fc85033 100644 --- a/install/updates/20-replication.update +++ b/install/updates/20-replication.update @@ -7,3 +7,7 @@ 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 |