install: Fix SASL mappings not added in ipa-server-install

Reviewed-By: David Kupka <dkupka@redhat.com>
Reviewed-By: Simo Sorce <ssorce@redhat.com>
This commit is contained in:
Jan Cholasta 2015-08-27 10:52:57 +02:00
parent e9a76c3d12
commit 0914cb663e

View File

@ -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)