summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2015-08-27 10:52:57 +0200
committerJan Cholasta <jcholast@redhat.com>2015-08-27 16:05:11 +0200
commit0914cb663e6ea72628776e79d93f20bf979c7b68 (patch)
tree012fb41b97231c738fe7acf0fb171f02a64c6ebb
parente9a76c3d126367f72e353919ecbff45bed3abaaf (diff)
downloadfreeipa-0914cb663e6ea72628776e79d93f20bf979c7b68.tar.gz
freeipa-0914cb663e6ea72628776e79d93f20bf979c7b68.tar.xz
freeipa-0914cb663e6ea72628776e79d93f20bf979c7b68.zip
install: Fix SASL mappings not added in ipa-server-install
Reviewed-By: David Kupka <dkupka@redhat.com> Reviewed-By: Simo Sorce <ssorce@redhat.com>
-rw-r--r--ipaserver/install/dsinstance.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipaserver/install/dsinstance.py b/ipaserver/install/dsinstance.py
index 832056960..819b6ccd0 100644
--- a/ipaserver/install/dsinstance.py
+++ b/ipaserver/install/dsinstance.py
@@ -300,6 +300,7 @@ class DsInstance(service.Service):
self.__common_setup()
+ self.step("adding sasl mappings to the directory", self.__configure_sasl_mappings)
self.step("adding default layout", self.__add_default_layout)
self.step("adding delegation layout", self.__add_delegation_layout)
self.step("creating container for managed entries", self.__managed_entries)