summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2011-04-26 10:39:29 +0200
committerMartin Kosek <mkosek@redhat.com>2011-04-28 09:52:53 +0200
commit9f701781490e8544761eca464db528228021931e (patch)
tree4eef873c4a2bdde6c2a32037f0c23d40e47599ac
parentf256b8857faff7627ba8b6a6df03b3b5cd294f91 (diff)
downloadfreeipa-9f701781490e8544761eca464db528228021931e.tar.gz
freeipa-9f701781490e8544761eca464db528228021931e.tar.xz
freeipa-9f701781490e8544761eca464db528228021931e.zip
IPA replica is not started after the reboot
https://fedorahosted.org/freeipa/ticket/1191
-rwxr-xr-xinstall/tools/ipa-replica-install3
1 files changed, 3 insertions, 0 deletions
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")