# rom ..config.ldap import DEFAULT_PORT_LDAP, DEFAULT_PORT_LDAPS
from ..config.ldap import DEFAULT_TIMEOUT
-__version__ = '0.7.1'
+__version__ = '0.7.2'
LOG = logging.getLogger(__name__)
_ = XLATOR.gettext
if self.verbose > 3:
msg = _("User with DN {dn!r} not found in {uri}.").format(
dn=dn, uri=connect_info.url)
- LOG.debug(msg)
+ LOG.debug(msg)
return None
found_dn = entry['dn']
LOG.debug(msg + ' ' + pp(req_result))
result = req_response[0]
if self.verbose > 3:
- LOG.debug(_("Got a response entry:") + ' ' + pp(result))
+ LOG.debug(_("Got a response entry:") + '\n' + pp(result))
else:
if self.verbose > 3: