mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 00:31:56 -06:00
test_integration: Log external hostname in Host.ldap_connect
This may make debugging easier if the address is set incorrectly.
This commit is contained in:
parent
98f4c22267
commit
a9a7976ca8
@ -160,7 +160,7 @@ class BaseHost(object):
|
||||
def ldap_connect(self):
|
||||
"""Return an LDAPClient authenticated to this host as directory manager
|
||||
"""
|
||||
self.log.info('Connecting to LDAP')
|
||||
self.log.info('Connecting to LDAP at %s', self.external_hostname)
|
||||
ldap = IPAdmin(self.external_hostname)
|
||||
binddn = self.config.dirman_dn
|
||||
self.log.info('LDAP bind as %s' % binddn)
|
||||
|
Loading…
Reference in New Issue
Block a user