We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd1081 commit 138c110Copy full SHA for 138c110
1 file changed
sssd_test_framework/topology_controllers.py
@@ -64,6 +64,7 @@ def join_domain(self, client: ClientHost, provider: IPAHost | ADHost | SambaHost
64
Helper method for joining domains
65
"""
66
self.logger.info(f"Enrolling {client.hostname} into {provider.domain}")
67
+ print(client.conn.run("cat /etc/resolv.conf").stdout_lines)
68
69
# Remove any existing Kerberos configuration and keytab
70
client.fs.rm("/etc/krb5.conf")
0 commit comments