[tryton-debian-vcs] tryton-modules-ldap-authentication branch debian updated. debian/3.2.0-1-3-g5c08f31
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Tue Aug 26 16:43:40 UTC 2014
The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-ldap-authentication.git;a=commitdiff;h=debian/3.2.0-1-3-g5c08f31
commit 5c08f316f620fc9d7628018cb67a6035bdd38d1f
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Aug 26 14:14:37 2014 +0200
Releasing debian version 3.2.1-1.
diff --git a/debian/changelog b/debian/changelog
index 823b16b..090f629 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-ldap-authentication (3.2.1-1) unstable; urgency=medium
+
+ * Updating signing key while using now plain .asc files instead of .pgp
+ binaries.
+ * Merging upstream version 3.2.1.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Tue, 26 Aug 2014 14:14:37 +0200
+
tryton-modules-ldap-authentication (3.2.0-1) unstable; urgency=medium
* Removing LC_ALL=C.UTF-8 as build environment.
commit b55d8a32ccb77c37a5d77e9b6d4e007d4bf2a9b4
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Aug 26 14:14:34 2014 +0200
Merging upstream version 3.2.1.
diff --git a/CHANGELOG b/CHANGELOG
index 8f03a85..5688849 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.2.1 - 2014-08-03
+* Bug fixes (see mercurial logs for details)
+
Version 3.2.0 - 2014-04-21
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index e3e4adf..759c5cb 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_ldap_authentication
-Version: 3.2.0
+Version: 3.2.1
Summary: Tryton module to authenticate users through LDAP
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/res.py b/res.py
index 33e1c0d..46e35ad 100644
--- a/res.py
+++ b/res.py
@@ -131,7 +131,7 @@ class User:
[(dn, attrs)] = cls.ldap_search_user(login, con, connection,
attrs=[str(connection.auth_uid)])
if password and con.simple_bind_s(dn, password):
- user_id, _, _ = cls._get_login(login)
+ user_id, _ = cls._get_login(login)
if user_id:
LoginAttempt.remove(login)
return user_id
diff --git a/tryton.cfg b/tryton.cfg
index d81c542..ee842ee 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.2.0
+version=3.2.1
depends:
ir
ldap_connection
diff --git a/trytond_ldap_authentication.egg-info/PKG-INFO b/trytond_ldap_authentication.egg-info/PKG-INFO
index 1a7676f..b2a9a4a 100644
--- a/trytond_ldap_authentication.egg-info/PKG-INFO
+++ b/trytond_ldap_authentication.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-ldap-authentication
-Version: 3.2.0
+Version: 3.2.1
Summary: Tryton module to authenticate users through LDAP
Home-page: http://www.tryton.org/
Author: Tryton
--
tryton-modules-ldap-authentication
More information about the tryton-debian-vcs
mailing list