[Pkg-zope-developers] Bug#269521: marked as done (zope: user IDs with '@' in them don't work)

Debian Bug Tracking System owner at bugs.debian.org
Thu Aug 4 17:33:06 UTC 2005


Your message dated Thu, 04 Aug 2005 10:17:12 -0700
with message-id <E1E0jLE-0005t3-00 at spohr.debian.org>
and subject line Bug#269521: fixed in zope 2.6.4-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 1 Sep 2004 22:41:42 +0000
>From root at mtechit.com Wed Sep 01 15:41:42 2004
Return-path: <root at mtechit.com>
Received: from (sabertooth.mtechIT.com) [68.144.32.226] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1C2dnS-0003aq-00; Wed, 01 Sep 2004 15:41:42 -0700
Received: from portal (unknown [172.16.1.252])
	by sabertooth.mtechIT.com (Postfix) with ESMTP
	id 0696E3602C; Wed,  1 Sep 2004 16:41:09 -0600 (MDT)
Received: from root by portal with local (Exim 3.36 #1 (Debian))
	id 1C2dn2-00051s-00; Wed, 01 Sep 2004 16:41:16 -0600
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Scott Barker <Scott_Barker at mtechIT.com>
To: Debian Bug Tracking System <submit at bugs.debian.org>
Subject: zope: user IDs with '@' in them don't work
X-Mailer: reportbug 2.63
Date: Wed, 01 Sep 2004 16:41:16 -0600
Message-Id: <E1C2dn2-00051s-00 at portal>
X-M-Tech-MailScanner: Found to be clean
X-MailScanner-From: root at mtechit.com
Delivered-To: submit at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: zope
Version: 2.6.4-1.5
Severity: normal
Tags: patch

zope disallows the '@' sign in a user ID. This is bad when using zope
with LDAP as a back end, as '@' signs are perfectly valid there (for
example, using your email address as your user ID).

The following patch fixes the problem:

--- ObjectManager.py.orig       2004-09-01 16:38:50.000000000 -0600
+++ ObjectManager.py    2004-09-01 16:38:55.000000000 -0600
@@ -43,7 +43,7 @@
     XMLExportImport.magic: XMLExportImport.importXML,
     }

-bad_id=re.compile(r'[^@a-zA-Z0-9-_~,.$\(\)# ]').search #TS
+bad_id=re.compile(r'[^a-zA-Z0-9-_~,.$\(\)# ]').search #TS

 BadRequestException = 'Bad Request'


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.2
Locale: LANG=C, LC_CTYPE=C

Versions of packages zope depends on:
ii  adduser                     3.59         Add and remove users and groups
ii  debconf                     1.4.30.2     Debian configuration management sy
ii  dpkg                        1.10.23      Package maintenance system for Deb
ii  libc6                       2.3.2.ds1-13 GNU C Library: Shared libraries an
ii  python2.2                   2.2.3-10     An interactive high-level object-o
ii  python2.2-xml               0.8.3-5      XML tools for Python (2.2.x)
ii  zopectl                     0.3.4.2      Zope instances controlling utility

-- debconf information:
* zope/instance_home/move: true
  zope/upgrade/2.6.1-7:
* shared/zope/restart: end

---------------------------------------
Received: (at 269521-close) by bugs.debian.org; 4 Aug 2005 17:23:53 +0000
>From katie at spohr.debian.org Thu Aug 04 10:23:53 2005
Return-path: <katie at spohr.debian.org>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
	id 1E0jLE-0005t3-00; Thu, 04 Aug 2005 10:17:12 -0700
From: Fabio Tranchitella <kobold at debian.org>
To: 269521-close at bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#269521: fixed in zope 2.6.4-3
Message-Id: <E1E0jLE-0005t3-00 at spohr.debian.org>
Sender: Archive Administrator <katie at spohr.debian.org>
Date: Thu, 04 Aug 2005 10:17:12 -0700
Delivered-To: 269521-close at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: zope
Source-Version: 2.6.4-3

We believe that the bug you reported is fixed in the latest version of
zope, which is due to be installed in the Debian FTP archive:

zope2.6_2.6.4-3_i386.deb
  to pool/main/z/zope/zope2.6_2.6.4-3_i386.deb
zope_2.6.4-3.diff.gz
  to pool/main/z/zope/zope_2.6.4-3.diff.gz
zope_2.6.4-3.dsc
  to pool/main/z/zope/zope_2.6.4-3.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 269521 at bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Fabio Tranchitella <kobold at debian.org> (supplier of updated zope package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster at debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu,  4 Aug 2005 17:00:17 +0000
Source: zope
Binary: zope2.6
Architecture: source i386
Version: 2.6.4-3
Distribution: unstable
Urgency: low
Maintainer: Debian Zope team <pkg-zope-developers at lists.alioth.debian.org>
Changed-By: Fabio Tranchitella <kobold at debian.org>
Description: 
 zope2.6    - open source web application server
Closes: 269521 269521 293554 311848 320018
Changes: 
 zope (2.6.4-3) unstable; urgency=low
 .
   * debian/control: provides zope.
   * debian/po/de.po: updated, thanks to Erik Schanze. (Closes: #311848)
   * debian/po/da.po: updated, thanks to Claus Hindsgaul. (Closes: #320018)
   * debian/patches/ObjectManager.dpatch: patch to let IDs with '@' in them
     to work, thanks to Scott Barker. (Closes: #269521)
   * debian/zope2.6.init: really restart the service on restart.
     (Closes: #293554)
   * Small fix to allow '@' in user names. (Closes: #269521)
Files: 
 b946e16c3d18d97a759e677ca3a184e3 820 web optional zope_2.6.4-3.dsc
 c0e20bf6562ba24dcc0ff080ddaea86a 47282 web optional zope_2.6.4-3.diff.gz
 c7911d231735d1b38a7bec237bfe0ca3 2512218 web optional zope2.6_2.6.4-3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFC8kpSK/juK3+WFWQRAvMcAKCfx3Sts5fgLLvJ2EuPHk+B8ULopACdEi8y
sTu1naiSLEVVEAvt6aDxU/8=
=XwMu
-----END PGP SIGNATURE-----




More information about the Pkg-zope-developers mailing list