From ab793ab26e05839fe37ea186f058d4fd7c290293 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Wed, 2 Jan 2019 19:29:57 +0100 Subject: [PATCH] Fix typo in ud-mailgate. --- debian/changelog | 6 ++++++ ud-mailgate | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4b56615..e59ae0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +userdir-ldap (0.3.94) UNRELEASED; urgency=medium + + * Fix typo in ud-mailgate. + + -- Tollef Fog Heen Wed, 02 Jan 2019 19:13:52 +0100 + userdir-ldap (0.3.93) unstable; urgency=medium [ Peter Palfrader ] diff --git a/ud-mailgate b/ud-mailgate index 49b26ae..5ec68d2 100755 --- a/ud-mailgate +++ b/ud-mailgate @@ -553,7 +553,7 @@ def connect_to_ldap_and_check_if_locked(DnRecord): if (GetAttr(Attrs[0], "userPassword").find("*LK*") != -1) \ or GetAttr(Attrs[0], "userPassword").startswith("!"): raise UDNotAllowedError("This account is locked") - return l + return lc # Handle an [almost] arbitary change -- 2.20.1