mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Typo in warning message where IPA realm and domain name differ
Removed 'y' from warning message. https://fedorahosted.org/freeipa/ticket/4211 Reviewed-By: Simo Sorce <ssorce@redhat.com>
This commit is contained in:
parent
fa5cbe7cb2
commit
b50cdd55af
@ -987,7 +987,7 @@ def main():
|
|||||||
if realm_not_matching_domain:
|
if realm_not_matching_domain:
|
||||||
print("WARNING: Realm name does not match the domain name.\n"
|
print("WARNING: Realm name does not match the domain name.\n"
|
||||||
"You will not be able to estabilish trusts with Active "
|
"You will not be able to estabilish trusts with Active "
|
||||||
"Directory unless\nythe realm name of the IPA server matches "
|
"Directory unless\nthe realm name of the IPA server matches "
|
||||||
"its domain name.\n\n")
|
"its domain name.\n\n")
|
||||||
|
|
||||||
if not options.unattended and not user_input("Continue to configure the system with these values?", False):
|
if not options.unattended and not user_input("Continue to configure the system with these values?", False):
|
||||||
|
Loading…
Reference in New Issue
Block a user