[tryton-debian-vcs] tryton-modules-ldap-authentication branch upstream updated. upstream/3.2.0-1-ga2b6376
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 upstream branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-ldap-authentication.git;a=commitdiff;h=upstream/3.2.0-1-ga2b6376
commit a2b63764a463032283b1ee159bdebae61afa3a8b
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Aug 26 14:14:33 2014 +0200
Adding 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