mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Clarify host name output in ipa-client-install
Proposed by Tomas Capek Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
committed by
Petr Vobornik
parent
5bb35c1a29
commit
13700d9d3f
@@ -2308,7 +2308,7 @@ def install(options, env, fstore, statestore):
|
||||
root_logger.debug("will use discovered basedn: %s", cli_basedn)
|
||||
subject_base = DN(('O', cli_realm))
|
||||
|
||||
root_logger.info("Hostname: %s", hostname)
|
||||
root_logger.info("Client hostname: %s", hostname)
|
||||
root_logger.debug("Hostname source: %s", hostname_source)
|
||||
root_logger.info("Realm: %s", cli_realm)
|
||||
root_logger.debug("Realm source: %s", cli_realm_source)
|
||||
|
||||
Reference in New Issue
Block a user