summaryrefslogtreecommitdiffstats
path: root/install/share
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2015-11-27 17:00:23 +0100
committerMartin Basti <mbasti@redhat.com>2015-12-04 12:59:21 +0100
commit517aa84569ae144a8b781ef7ad67e356d9021757 (patch)
tree3bf6751b125536b2b10fc8b21d4ce57d7299f077 /install/share
parent03c7d63c52615cefef260e169ec4dadb85d54842 (diff)
downloadfreeipa-517aa84569ae144a8b781ef7ad67e356d9021757.tar.gz
freeipa-517aa84569ae144a8b781ef7ad67e356d9021757.tar.xz
freeipa-517aa84569ae144a8b781ef7ad67e356d9021757.zip
rename topology suffixes to "domain" and "ca"
https://www.redhat.com/archives/freeipa-devel/2015-November/msg00485.html Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'install/share')
-rw-r--r--install/share/ca-topology.uldif4
-rw-r--r--install/share/topology-entries.ldif4
2 files changed, 4 insertions, 4 deletions
diff --git a/install/share/ca-topology.uldif b/install/share/ca-topology.uldif
index 8c9998cbc..7ce3cb18b 100644
--- a/install/share/ca-topology.uldif
+++ b/install/share/ca-topology.uldif
@@ -4,11 +4,11 @@ add: objectclass: ipaReplTopoManagedServer
add: ipaReplTopoManagedSuffix: o=ipaca
# add IPA CA topology configuration area
-dn: cn=ipaca,cn=topology,cn=ipa,cn=etc,$SUFFIX
+dn: cn=ca,cn=topology,cn=ipa,cn=etc,$SUFFIX
default: objectclass: top
default: objectclass: iparepltopoconf
default: ipaReplTopoConfRoot: o=ipaca
-default: cn: ipaca
+default: cn: ca
# Update CA replication settings
dn: cn=o\3Dipaca,cn=mapping tree,cn=config
diff --git a/install/share/topology-entries.ldif b/install/share/topology-entries.ldif
index 0f92a8826..d6c952b94 100644
--- a/install/share/topology-entries.ldif
+++ b/install/share/topology-entries.ldif
@@ -5,7 +5,7 @@ objectclass: nsContainer
cn: topology
# default topology configuration area
-dn: cn=realm,cn=topology,cn=ipa,cn=etc,$SUFFIX
+dn: cn=domain,cn=topology,cn=ipa,cn=etc,$SUFFIX
changetype: add
objectclass: top
objectclass: iparepltopoconf
@@ -13,4 +13,4 @@ ipaReplTopoConfRoot: $SUFFIX
nsDS5ReplicatedAttributeList: $EXCLUDES
nsDS5ReplicatedAttributeListTotal: $TOTAL_EXCLUDES
nsds5ReplicaStripAttrs: $STRIP_ATTRS
-cn: realm
+cn: domain