Projects
Kolab:3.4
pykolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 45
View file
pykolab.spec
Changed
@@ -24,7 +24,7 @@ Summary: Kolab Groupware Solution Name: pykolab Version: 0.6.9 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ Group: Applications/System URL: http://kolab.org/ @@ -32,6 +32,7 @@ Patch1: pykolab-0.6.9-sql-setup.patch Patch2: pykolab-0.6.9-resort-unsorted-storage-order.patch +Patch3: 8bit-passwords.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch @@ -186,6 +187,7 @@ %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build autoreconf -v @@ -492,6 +494,9 @@ %attr(0700,%{kolab_user},%{kolab_group}) %dir %{_var}/spool/pykolab/wallace %changelog +* Fri Jan 10 2014 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 0.6.9-2 +- Fix 8bit-passwords not passing through log.debug + * Fri May 17 2013 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> 0.5.12-2 - Initial package of new upstream version
View file
8bit-passwords.patch
Added
@@ -0,0 +1,28 @@ +commit 36fff715e218311dc08d3d464317f376f8c196e1 +Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> +Date: Fri Jan 10 14:49:40 2014 +0100 + + Circumvent decoding errors in log messages from causing authentication to fail + +diff --git a/pykolab/auth/ldap/__init__.py b/pykolab/auth/ldap/__init__.py +index f597dfd..54d667c 100644 +--- a/pykolab/auth/ldap/__init__.py ++++ b/pykolab/auth/ldap/__init__.py +@@ -214,7 +214,7 @@ class LDAP(pykolab.base.Base): + + try: + log.debug(_("Binding with user_dn %s and password %s") +- % (entry_dn, login[1])) ++ % (entry_dn, '*' * len(login[1]))) + + # Needs to be synchronous or succeeds and continues setting retval + # to True!! +@@ -238,7 +238,7 @@ class LDAP(pykolab.base.Base): + else: + try: + log.debug(_("Binding with user_dn %s and password %s") +- % (entry_dn, login[1])) ++ % (entry_dn, '*' * len(login[1]))) + + # Needs to be synchronous or succeeds and continues setting retval + # to True!!
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +pykolab (0.6.9-0~kolab9) unstable; urgency=low + + * Allow 8bit passwords to pass through log.debug() + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Tue, 26 Nov 2013 20:00:00 +0100 + pykolab (0.6.9-0~kolab8) unstable; urgency=low * Define build requirement on univention-config-dev | bash in pykolab.dsc as well
View file
debian.series
Changed
@@ -3,3 +3,4 @@ enable-wallace.patch -p1 pykolab-0.6.9-sql-setup.patch -p1 pykolab-0.6.9-resort-unsorted-storage-order.patch -p1 +8bit-passwords.patch -p1
View file
pykolab.dsc
Changed
@@ -2,7 +2,7 @@ Source: pykolab Binary: pykolab, kolab-cli, kolab-conf, kolab-saslauthd, kolab-server, kolab-telemetry, kolab-xml, wallace Architecture: all -Version: 0.6.9-0~kolab8 +Version: 0.6.9-0~kolab9 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Homepage: http://www.kolab.org
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.