mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipa-server-install reword message
Output message of the 'read_domain_name' function in ipa-server-install was reworded. https://fedorahosted.org/freeipa/ticket/2704
This commit is contained in:
committed by
Martin Kosek
parent
9a5c2090eb
commit
dd3c4ef49b
@@ -386,7 +386,7 @@ def read_host_name(host_default,no_host_dns=False):
|
|||||||
return host_name
|
return host_name
|
||||||
|
|
||||||
def read_domain_name(domain_name, unattended):
|
def read_domain_name(domain_name, unattended):
|
||||||
print "The domain name has been calculated based on the host name."
|
print "The domain name has been determined based on the host name."
|
||||||
print ""
|
print ""
|
||||||
if not unattended:
|
if not unattended:
|
||||||
domain_name = user_input("Please confirm the domain name", domain_name)
|
domain_name = user_input("Please confirm the domain name", domain_name)
|
||||||
|
|||||||
Reference in New Issue
Block a user