mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
dirsrv is not stopped correctly in the fallback
The previous patch fixed ipactl stop command. However, the dirsrv stop in the ipactl start command fallback was not right either. https://fedorahosted.org/freeipa/ticket/1800
This commit is contained in:
parent
e49b0e6c09
commit
709e3ddc5c
@ -206,7 +206,7 @@ def ipa_start(options):
|
|||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
try:
|
try:
|
||||||
svchandle.stop('dirsrv', capture_output=False)
|
dirsrv.stop(capture_output=False)
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
raise IpactlError("Aborting ipactl")
|
raise IpactlError("Aborting ipactl")
|
||||||
|
Loading…
Reference in New Issue
Block a user