From: Frank Brehm Date: Fri, 23 Sep 2022 14:13:29 +0000 (+0200) Subject: Cosmetic changes X-Git-Tag: 0.6.0^2~1^2~13 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=e286bd388340843506e7372e8315edac25486dff;p=pixelpark%2Fpp-admin-tools.git Cosmetic changes --- diff --git a/lib/pp_admintools/app/ldap.py b/lib/pp_admintools/app/ldap.py index de17caf..1a13515 100644 --- a/lib/pp_admintools/app/ldap.py +++ b/lib/pp_admintools/app/ldap.py @@ -50,7 +50,7 @@ from ..config.ldap import LdapConnectionInfo, LdapConfiguration # 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 @@ -886,7 +886,7 @@ class BaseLdapApplication(BaseDPXApplication): 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'] @@ -948,7 +948,7 @@ class BaseLdapApplication(BaseDPXApplication): 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: