From 9f701781490e8544761eca464db528228021931e Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Tue, 26 Apr 2011 10:39:29 +0200 Subject: IPA replica is not started after the reboot https://fedorahosted.org/freeipa/ticket/1191 --- install/tools/ipa-replica-install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/tools/ipa-replica-install b/install/tools/ipa-replica-install index 999b5ee7..64f15774 100755 --- a/install/tools/ipa-replica-install +++ b/install/tools/ipa-replica-install @@ -533,6 +533,9 @@ def main(): ds.replica_populate() ds.init_memberof() + #Everything installed properly, activate ipa service. + service.chkconfig_on('ipa') + try: if not os.geteuid()==0: sys.exit("\nYou must be root to run this script.\n") -- cgit