mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Installers: configure sid generation in server/replica installer
ADTRUSTInstance performs only sid configuration when it is called without --setup-adtrust. Update man pages for ipa-server-install and ipa-replica-install with the SID-related options. Related: https://pagure.io/freeipa/issue/8995 Signed-off-by: Florence Blanc-Renaud <flo@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
@@ -1158,8 +1158,9 @@ def promote_check(installer):
|
||||
# check addresses here, dns module is doing own check
|
||||
no_matching_interface_for_ip_address_warning(config.ips)
|
||||
|
||||
if options.setup_adtrust:
|
||||
adtrust.install_check(False, options, remote_api)
|
||||
# Always call adtrust.install_check
|
||||
# if --setup-adtrust is not specified, only the SID part is executed
|
||||
adtrust.install_check(False, options, remote_api)
|
||||
|
||||
except errors.ACIError:
|
||||
logger.debug("%s", traceback.format_exc())
|
||||
@@ -1365,8 +1366,9 @@ def install(installer):
|
||||
if options.setup_dns:
|
||||
dns.install(False, True, options, api)
|
||||
|
||||
if options.setup_adtrust:
|
||||
adtrust.install(False, options, fstore, api)
|
||||
# Always call adtrust.install
|
||||
# if --setup-adtrust is not specified, only the SID part is executed
|
||||
adtrust.install(False, options, fstore, api)
|
||||
|
||||
if options.hidden_replica:
|
||||
# Set services to hidden
|
||||
|
||||
Reference in New Issue
Block a user