diff options
author | Tomas Babej <tbabej@redhat.com> | 2015-12-08 13:34:15 +0100 |
---|---|---|
committer | Martin Basti <mbasti@redhat.com> | 2015-12-09 18:57:52 +0100 |
commit | dcb5c2a5200a797b0eec9bb809c570f9ed80f7bb (patch) | |
tree | f73954f4f71ea07231e0e8f380de8e12f7b1473c | |
parent | faf608556427849b33f4525b9bac2e71020bb962 (diff) | |
download | freeipa-dcb5c2a5200a797b0eec9bb809c570f9ed80f7bb.tar.gz freeipa-dcb5c2a5200a797b0eec9bb809c570f9ed80f7bb.tar.xz freeipa-dcb5c2a5200a797b0eec9bb809c570f9ed80f7bb.zip |
topology: Fix: Make sure the old 'realm' topology suffix is not used
The old 'realm' topology suffix is no longer used, howver, it was being
created on masters with version 4.2.3 and later. Make sure it's properly
removed.
Note that this is not the case for the 'ipaca' suffix, whic was later
removed to 'ca'.
https://fedorahosted.org/freeipa/ticket/5526
Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
-rw-r--r-- | install/updates/20-replication.update | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/updates/20-replication.update b/install/updates/20-replication.update index 1543a04c9..c9d96066d 100644 --- a/install/updates/20-replication.update +++ b/install/updates/20-replication.update @@ -32,6 +32,7 @@ add: nsDS5ReplicatedAttributeListTotal: $TOTAL_EXCLUDES add: nsds5ReplicaStripAttrs: $STRIP_ATTRS # Remove old topology configuration area (unused) +dn: cn=realm,cn=topology,cn=ipa,cn=etc,$SUFFIX deleteentry: cn=realm,cn=topology,cn=ipa,cn=etc,$SUFFIX # add IPA realm managed suffix to master entry |