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:53:32 +0200
commit4b453d6b3715001a0a75afde60dfc4a22b894ae4 (patch)
treecdf109747cc6d9ba382d67f1894698084be4b0e6
parent3a3f7a710ad8fc19d9e61765f79820220315be79 (diff)
downloadfreeipa-4b453d6b3715001a0a75afde60dfc4a22b894ae4.tar.gz
freeipa-4b453d6b3715001a0a75afde60dfc4a22b894ae4.tar.xz
freeipa-4b453d6b3715001a0a75afde60dfc4a22b894ae4.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 999b5ee77..64f157742 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")