summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/trust.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/plugins/trust.py')
-rw-r--r--ipalib/plugins/trust.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/ipalib/plugins/trust.py b/ipalib/plugins/trust.py
index 32a93834..5ba09050 100644
--- a/ipalib/plugins/trust.py
+++ b/ipalib/plugins/trust.py
@@ -375,6 +375,11 @@ sides.
passed_options = options
passed_options.update(range_type=created_range_type)
+ # Do not pass the base id to the subdomains since it would
+ # clash with the root level domain
+ if 'base_id' in passed_options:
+ del passed_options['base_id']
+
# Try to add the range for each subdomain
try:
self.add_range(range_name, dom_sid, *keys,