Skip to content

Commit 138c110

Browse files
author
Dan Lavu
committed
debug
1 parent 7dd1081 commit 138c110

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sssd_test_framework/topology_controllers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def join_domain(self, client: ClientHost, provider: IPAHost | ADHost | SambaHost
6464
Helper method for joining domains
6565
"""
6666
self.logger.info(f"Enrolling {client.hostname} into {provider.domain}")
67+
print(client.conn.run("cat /etc/resolv.conf").stdout_lines)
6768

6869
# Remove any existing Kerberos configuration and keytab
6970
client.fs.rm("/etc/krb5.conf")

0 commit comments

Comments
 (0)