From dcb5c2a5200a797b0eec9bb809c570f9ed80f7bb Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Tue, 8 Dec 2015 13:34:15 +0100 Subject: 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 --- install/updates/20-replication.update | 1 + 1 file changed, 1 insertion(+) (limited to 'install/updates') 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 -- cgit