diff options
author | Martin Kosek <mkosek@redhat.com> | 2011-04-26 10:39:29 +0200 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2011-04-28 09:52:53 +0200 |
commit | 9f701781490e8544761eca464db528228021931e (patch) | |
tree | 4eef873c4a2bdde6c2a32037f0c23d40e47599ac /install/tools | |
parent | f256b8857faff7627ba8b6a6df03b3b5cd294f91 (diff) | |
download | freeipa-9f701781490e8544761eca464db528228021931e.tar.gz freeipa-9f701781490e8544761eca464db528228021931e.tar.xz freeipa-9f701781490e8544761eca464db528228021931e.zip |
IPA replica is not started after the reboot
https://fedorahosted.org/freeipa/ticket/1191
Diffstat (limited to 'install/tools')
-rwxr-xr-x | install/tools/ipa-replica-install | 3 |
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") |