mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipactl does not stop dirsrv
Remove an invalid instance name passed to dirsrv service so that it is correctly stopped. https://fedorahosted.org/freeipa/ticket/1800
This commit is contained in:
parent
1d8a891844
commit
e49b0e6c09
@ -247,7 +247,7 @@ def ipa_stop(options):
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
print "Stopping Directory Service"
|
print "Stopping Directory Service"
|
||||||
dirsrv.stop('dirsrv', capture_output=False)
|
dirsrv.stop(capture_output=False)
|
||||||
except:
|
except:
|
||||||
raise IpactlError("Failed to stop Directory Service")
|
raise IpactlError("Failed to stop Directory Service")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user