From 9f701781490e8544761eca464db528228021931e Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Apr 28 2011 07:52:53 +0000 Subject: IPA replica is not started after the reboot https://fedorahosted.org/freeipa/ticket/1191 --- diff --git a/install/tools/ipa-replica-install b/install/tools/ipa-replica-install index 999b5ee..64f1577 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")