Your message dated Sun, 07 Apr 2002 16:19:53 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#123526: fixed in zope-loginmanager 0.8.8b1-2 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; 11 Dec 2001 21:03:04 +0000 >From [EMAIL PROTECTED] Tue Dec 11 15:03:04 2001 Return-path: <[EMAIL PROTECTED]> Received: from luonnotar.infodrom.org [195.124.48.78] (postfix) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 16Du3L-0003Nw-00; Tue, 11 Dec 2001 15:03:04 -0600 Received: from nautilus.noreply.org (unknown [138.232.34.77]) by luonnotar.infodrom.org (Postfix) with ESMTP id E30B4366ABC; Tue, 11 Dec 2001 22:03:01 +0100 (CET) Received: by nautilus.noreply.org (Postfix, from userid 10) id 9EB1235862; Tue, 11 Dec 2001 22:03:00 +0100 (CET) Received: by fisch.cyrius.com (Postfix, from userid 1000) id 2D8E422A95; Tue, 11 Dec 2001 22:03:49 +0100 (CET) Date: Tue, 11 Dec 2001 22:03:49 +0100 From: Martin Michlmayr <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: Mike Goldman <[EMAIL PROTECTED]> Subject: O: zope-loginmanager -- User Folder workalike and replacement for Zope Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.22i Delivered-To: [EMAIL PROTECTED] Package: wnpp Severity: normal The current maintainer of zope-loginmanager, Mike Goldman <[EMAIL PROTECTED]>, is apparently not active anymore. Therefore, I orphan this package now. If you want to be the new maintainer, please take it -- retitle this bug from 'O:' to 'ITA:', fix the outstanding bugs and upload a new version with your name in the Maintainer: field and a * New maintainer (Closes: #thisbug) in the changelog so this bug is closed. Some information about this package: Package: zope-loginmanager Priority: extra Section: web Installed-Size: 196 Maintainer: Mike Goldman <[EMAIL PROTECTED]> Architecture: i386 Version: 0.8.8b1-1 Depends: zope Filename: pool/main/z/zope-loginmanager/zope-loginmanager_0.8.8b1-1_i386.deb Size: 25970 MD5sum: 78b005847aa38fd53f2e71f87424f6f1 Description: User Folder workalike and replacement for Zope LoginManager is a User Folder workalike and replacement which solves the "N * M" problem seen with previous User Folders. Because of its PlugIn-based architecture, it will almost never need to be subclassed to implement custom functionality. (For more information on the PlugIn system, see the Products.ZPatterns.PlugIns module source.) . LoginManager uses two kinds of PlugIns, the "User Source" and the "Login Method". User Sources provide an interface to an arbitrary store of user records. A LoginManager may contain multiple User Sources, and will search them in user-defined order until one returns a valid user object. . Login Methods are responsible for examining a REQUEST for identification and credentials. They are also indirectly responsible for authenticating the user. In most cases, they simply call user.authenticate(), passing the credentials (typically a password) they extracted from the REQUEST. A single LoginManager may contain multiple Login Methods, which are tried in user-defined order, and the result of the last Login Method is used. (Most Login Methods simply return the result of the previous Login Method if it had already validated a user. But the sequence is chained to allow for voting, multi-credential requirements, etc.) -- Martin Michlmayr [EMAIL PROTECTED] --------------------------------------- Received: (at 123526-close) by bugs.debian.org; 7 Apr 2002 20:33:33 +0000 >From [EMAIL PROTECTED] Sun Apr 07 15:33:33 2002 Return-path: <[EMAIL PROTECTED]> Received: from auric.debian.org [206.246.226.45] (mail) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 16uJLx-0008M8-00; Sun, 07 Apr 2002 15:33:33 -0500 Received: from katie by auric.debian.org with local (Exim 3.12 1 (Debian)) id 16uJ8j-0004FK-00; Sun, 07 Apr 2002 16:19:53 -0400 From: Bastian Blank <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.10 $ Subject: Bug#123526: fixed in zope-loginmanager 0.8.8b1-2 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sun, 07 Apr 2002 16:19:53 -0400 Delivered-To: [EMAIL PROTECTED] We believe that the bug you reported is fixed in the latest version of zope-loginmanager, which is due to be installed in the Debian FTP archive: zope-loginmanager_0.8.8b1-2.diff.gz to pool/main/z/zope-loginmanager/zope-loginmanager_0.8.8b1-2.diff.gz zope-loginmanager_0.8.8b1-2.dsc to pool/main/z/zope-loginmanager/zope-loginmanager_0.8.8b1-2.dsc zope-loginmanager_0.8.8b1-2_all.deb to pool/main/z/zope-loginmanager/zope-loginmanager_0.8.8b1-2_all.deb 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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Bastian Blank <[EMAIL PROTECTED]> (supplier of updated zope-loginmanager 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 [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 07 Apr 2002 12:24:22 +0200 Source: zope-loginmanager Binary: zope-loginmanager Architecture: source all Version: 0.8.8b1-2 Distribution: unstable Urgency: low Maintainer: Debian QA Group <[EMAIL PROTECTED]> Changed-By: Bastian Blank <[EMAIL PROTECTED]> Description: zope-loginmanager - User Folder workalike and replacement for Zope Closes: 123526 Changes: zope-loginmanager (0.8.8b1-2) unstable; urgency=low . * New maintainer (closes: #123526) Files: f6d185f62976edd0a19d7049a6346d14 659 web extra zope-loginmanager_0.8.8b1-2.dsc 57f48cf2e8fe4a9eb0ed251111020fcc 5885 web extra zope-loginmanager_0.8.8b1-2.diff.gz fb60228275a35bc47f97a55e72e6c19c 28518 web extra zope-loginmanager_0.8.8b1-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjywHncACgkQLkAIIn9ODhH6HwCg2UJlxzPdB+nypX0hVpNJ2Esg 3HQAoOOyve6sDXFFWKVe4upfbkhiWVE9 =EqDh -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]