2 commits - configure.ac pykolab/auth

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Tue Dec 6 18:54:19 CET 2011


 configure.ac                  |    2 +-
 pykolab/auth/ldap/__init__.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f452173ce0c152cb4c2eb909f3378b13fba74f2d
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Tue Dec 6 17:54:13 2011 +0000

    Bump prerelease

diff --git a/configure.ac b/configure.ac
index cf45e1f..8d219fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_INIT([pykolab], 0.3)
-AC_SUBST([RELEASE], 0.12)
+AC_SUBST([RELEASE], 0.13)
 
 AC_CONFIG_SRCDIR(pykolab/constants.py.in)
 


commit bca1ca59aeeed0c52ed47a5ade47e0288a54b729
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Tue Dec 6 17:53:48 2011 +0000

    Fix typo

diff --git a/pykolab/auth/ldap/__init__.py b/pykolab/auth/ldap/__init__.py
index 876d29e..202188e 100644
--- a/pykolab/auth/ldap/__init__.py
+++ b/pykolab/auth/ldap/__init__.py
@@ -1031,7 +1031,7 @@ class LDAP(object):
                 'preferredLanguage'
             ]
 
-        for attribute in_wanted_attributes:
+        for attribute in _wanted_attributes:
             if not user.has_key(attribute):
                 _get_attrs.append(attribute)
                 #user[attribute] = self._get_user_attribute(user, attribute)





More information about the commits mailing list