summaryrefslogtreecommitdiffstats
path: root/ipaserver
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2015-07-07 09:36:32 +0200
committerTomas Babej <tbabej@redhat.com>2015-07-08 00:09:09 +0200
commit62e8002bc43ddd890c3db35a123cb7daf35e3121 (patch)
treefc494dfa37912aaff911f825e4ea702ecd3e3fcb /ipaserver
parent25d1afdc54284c6bcf1caf08beae2e66ceb7f4e8 (diff)
downloadfreeipa-62e8002bc43ddd890c3db35a123cb7daf35e3121.tar.gz
freeipa-62e8002bc43ddd890c3db35a123cb7daf35e3121.tar.xz
freeipa-62e8002bc43ddd890c3db35a123cb7daf35e3121.zip
Hide topology and domainlevel features
* Hide topology and domainlevel commands in the CLI * Hide topology and domainlevel in the WebUI * Set maximum allowed domain level to 0 * Do not configure and enable the topology plugin https://fedorahosted.org/freeipa/ticket/5097 Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipaserver')
-rw-r--r--ipaserver/install/dsinstance.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipaserver/install/dsinstance.py b/ipaserver/install/dsinstance.py
index 9f24189b6..2e54bf94b 100644
--- a/ipaserver/install/dsinstance.py
+++ b/ipaserver/install/dsinstance.py
@@ -243,7 +243,8 @@ class DsInstance(service.Service):
self.step("configuring DNS plugin", self.__config_dns_module)
self.step("enabling entryUSN plugin", self.__enable_entryusn)
self.step("configuring lockout plugin", self.__config_lockout_module)
- self.step("configuring topology plugin", self.__config_topology_module)
+ # For now, do not configure topology plugin
+ #self.step("configuring topology plugin", self.__config_topology_module)
self.step("creating indices", self.__create_indices)
self.step("enabling referential integrity plugin", self.__add_referint_module)
if enable_ssl: