mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
installers: restart DS after KDC is configured
This is required to enable password extension plugin right away so that services configured later can use it to request keytabs via ipa-getkeytab. https://fedorahosted.org/freeipa/ticket/6405 Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
This commit is contained in:
committed by
Jan Cholasta
parent
3129b874a2
commit
4e97a0171a
@@ -803,6 +803,10 @@ def install(installer):
|
||||
setup_pkinit=not options.no_pkinit,
|
||||
subject_base=options.subject)
|
||||
|
||||
# restart DS to enable ipa-pwd-extop plugin
|
||||
print("Restarting directory server to enable password extension plugin")
|
||||
ds.restart()
|
||||
|
||||
if setup_ca:
|
||||
ca.install_step_1(False, None, options)
|
||||
|
||||
|
@@ -1376,6 +1376,10 @@ def install(installer):
|
||||
setup_pkinit=not options.no_pkinit,
|
||||
promote=promote)
|
||||
|
||||
# restart DS to enable ipa-pwd-extop plugin
|
||||
print("Restarting directory server to enable password extension plugin")
|
||||
ds.restart()
|
||||
|
||||
install_http(
|
||||
config,
|
||||
auto_redirect=not options.no_ui_redirect,
|
||||
|
Reference in New Issue
Block a user