mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Introduce ipa control script that reads configuration off ldap
This replace the former ipactl script, as well as replace the current way ipa components are started. Instead of enabling each service in the system init scripts, enable only the ipa script, and then let it start all components based on the configuration read from the LDAP tree. resolves: https://fedorahosted.org/freeipa/ticket/294
This commit is contained in:
@@ -295,7 +295,10 @@ class DsInstance(service.Service):
|
||||
|
||||
def __enable(self):
|
||||
self.backup_state("enabled", self.is_enabled())
|
||||
self.chkconfig_on()
|
||||
# At the end of the installation ipa-server-install will enable the
|
||||
# 'ipa' service wich takes care of starting/stopping dirsrv
|
||||
# self.chkconfig_on()
|
||||
self.chkconfig_off()
|
||||
|
||||
def __setup_sub_dict(self):
|
||||
server_root = find_server_root()
|
||||
|
||||
Reference in New Issue
Block a user