IPA replica is not started after the reboot

https://fedorahosted.org/freeipa/ticket/1191
This commit is contained in:
Martin Kosek 2011-04-26 10:39:29 +02:00
parent f256b8857f
commit 9f70178149

View File

@ -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")