summaryrefslogtreecommitdiffstats
path: root/ipaserver/install
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2017-01-09 19:49:26 +0100
committerMartin Basti <mbasti@redhat.com>2017-01-12 11:15:14 +0100
commit083b4241d287a731e2cf7fed5c61b30da52a8e37 (patch)
treeb77872a360e5944dbb3cdd5ecac693a008887eaa /ipaserver/install
parent721105c53de6fbc0abc7799ec7f48920e02089bd (diff)
downloadfreeipa-083b4241d287a731e2cf7fed5c61b30da52a8e37.tar.gz
freeipa-083b4241d287a731e2cf7fed5c61b30da52a8e37.tar.xz
freeipa-083b4241d287a731e2cf7fed5c61b30da52a8e37.zip
Remove duplicated step from DS install
"Adding SASL mappings.." is duplicated step in __common_setup in DS instance and should be removed. Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
Diffstat (limited to 'ipaserver/install')
-rw-r--r--ipaserver/install/dsinstance.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipaserver/install/dsinstance.py b/ipaserver/install/dsinstance.py
index 6e7019a08..5a2802617 100644
--- a/ipaserver/install/dsinstance.py
+++ b/ipaserver/install/dsinstance.py
@@ -345,8 +345,6 @@ class DsInstance(service.Service):
self.step("adding range check plugin", self.__add_range_check_plugin)
if hbac_allow:
self.step("creating default HBAC rule allow_all", self.add_hbac)
- self.step("adding sasl mappings to the directory",
- self.__configure_sasl_mappings)
self.step("adding entries for topology management", self.__add_topology_entries)
self.__common_post_setup()