diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2015-06-04 16:27:51 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2015-06-11 12:10:40 +0200 |
commit | 99ce650b59dbf9da7dc95f1cade91fcfa55b8375 (patch) | |
tree | 574bae6171c022d31c471ec89dcc95d669f552b9 /install | |
parent | 7cf82cf9aac6cc5ecb8d575ce4f141ab2afa85a2 (diff) | |
download | freeipa-99ce650b59dbf9da7dc95f1cade91fcfa55b8375.tar.gz freeipa-99ce650b59dbf9da7dc95f1cade91fcfa55b8375.tar.xz freeipa-99ce650b59dbf9da7dc95f1cade91fcfa55b8375.zip |
add entries required by topology plugin on update
These entries were not added on upgrade from old IPA servers and on replica
creation.
https://fedorahosted.org/freeipa/ticket/4302
Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Diffstat (limited to 'install')
-rw-r--r-- | install/updates/20-replication.update | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/install/updates/20-replication.update b/install/updates/20-replication.update index 110c3cc7c..066b9fcd4 100644 --- a/install/updates/20-replication.update +++ b/install/updates/20-replication.update @@ -10,4 +10,20 @@ default: nsDS5ReplicaRoot: $SUFFIX # Group containing replication bind dns dn: cn=replication managers,cn=sysaccounts,cn=etc,$SUFFIX +default: objectclass: top default: objectclass: groupofnames +default: cn: replication managers +add: member: krbprincipalname=ldap/$FQDN@$REALM,cn=services,cn=accounts,$SUFFIX + +# Topology configuration container +dn: cn=topology,cn=ipa,cn=etc,$SUFFIX +default: objectclass: top +default: objectclass: nsContainer +default: cn: topology + +# Default topology configuration area +dn: cn=realm,cn=topology,cn=ipa,cn=etc,$SUFFIX +default: objectclass: top +default: objectclass: iparepltopoconf +default: ipaReplTopoConfRoot: $SUFFIX +default: cn: realm |