Skip to content
Snippets Groups Projects
Commit b282fc50 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

ipaserver/library/ipaserver_test: adtrust message should be warning

Tee message for a domain and realm name mismatch should be a warning and
not a fail in the ipaserver test. It is also a warning in the normal
installer.
parent c8be120e
Branches
Tags
No related merge requests found
...@@ -578,8 +578,8 @@ def main(): ...@@ -578,8 +578,8 @@ def main():
# to establish trust with Active Directory. Fail. # to establish trust with Active Directory. Fail.
if options.domain_name.upper() != options.realm_name: if options.domain_name.upper() != options.realm_name:
ansible_module.fail_json( ansible_module.warn(
msg="Realm name does not match the domain name: " "Realm name does not match the domain name: "
"You will not be able to establish trusts with Active " "You will not be able to establish trusts with Active "
"Directory.") "Directory.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment