mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add message for skipping NTP configuration during client install
https://fedorahosted.org/freeipa/ticket/3092 Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
parent
efcd48ad01
commit
e537fd202e
@ -2343,6 +2343,8 @@ def install(options, env, fstore, statestore):
|
|||||||
root_logger.warning("Unable to sync time with IPA NTP " +
|
root_logger.warning("Unable to sync time with IPA NTP " +
|
||||||
"server, assuming the time is in sync. Please check " +
|
"server, assuming the time is in sync. Please check " +
|
||||||
"that 123 UDP port is opened.")
|
"that 123 UDP port is opened.")
|
||||||
|
else:
|
||||||
|
root_logger.info('Skipping synchronizing time with IPA NTP server.')
|
||||||
|
|
||||||
if not options.unattended:
|
if not options.unattended:
|
||||||
if (options.principal is None and options.password is None and
|
if (options.principal is None and options.password is None and
|
||||||
|
Loading…
Reference in New Issue
Block a user