mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 08:51:50 -06:00
IPA replica is not started after the reboot
https://fedorahosted.org/freeipa/ticket/1191
This commit is contained in:
parent
f256b8857f
commit
9f70178149
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user