[Zope-PAS] Problems Upgrading PluggableAuthService

Sven Deichmann deichmann at werkbank.com
Thu Jan 31 04:49:40 EST 2008


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

Hello... I'm afraid that was my fault... I added that comment to the
issue without checking all results first. I already added a comment
yesterday stating this problem. My recommendation now: stick with 1.4.2
and add the patch listed in the comments further up. Should be the
fastest solution. Though it would be great to know, why 1.5.2 does not
work...


Regards,
Sven Deichmann

zope-pas-request at zope.org schrieb:
| Send Zope-PAS mailing list submissions to
| 	zope-pas at zope.org
|
| To subscribe or unsubscribe via the World Wide Web, visit
| 	http://mail.zope.org/mailman/listinfo/zope-pas
| or, via email, send a message with subject or body 'help' to
| 	zope-pas-request at zope.org
|
| You can reach the person managing the list at
| 	zope-pas-owner at zope.org
|
| When replying, please edit your Subject line so it is more specific
| than "Re: Contents of Zope-PAS digest..."
|
|
| Today's Topics:
|
|    1. Problems Upgrading PluggableAuthService (Mark Phillips)
|    2. Re: Problems Upgrading PluggableAuthService (Jens Vagelpohl)
|    3. Re: Problems Upgrading PluggableAuthService (Mark Phillips)
|    4. Re: Problems Upgrading PluggableAuthService (Jens Vagelpohl)
|
|
| ----------------------------------------------------------------------
|
| Message: 1
| Date: Wed, 30 Jan 2008 06:01:09 -0700
| From: Mark Phillips <mark at phillipsmarketing.biz>
| Subject: [Zope-PAS] Problems Upgrading PluggableAuthService
| To: zope-pas at zope.org
| Message-ID: <1201698070.5053.7.camel at narwhale>
| Content-Type: text/plain
|
| I have a plone site running:
|
| Plone 2.5.5,
| CMF-1.6.4,
| Zope (Zope 2.9.8-final, python 2.4.4, freebsd6),
| Five 1.4.2,
| Python 2.4.4 (#2, Sep 26 2007, 13:07:27) [GCC 3.4.6 [FreeBSD]
| 20060305],
| PIL 1.1.6
| membrane 1.0
| remember 1.0
| PluggableAuthService-1.4.2
|
| The members cannot add portraits to the site, and I get the error
| "ValueError: Property portrait: unknown type"
| when I do a search for all users in site setup.
|
| I looked at the bug reports and found 2 that relate to this error:
| http://plone.org/products/remember/issues/44
| http://plone.org/products/remember/issues/32
|
| The suggested solution is to upgrade
| PluggableAuthService to version 1.5.2, which I did. I stopped zope,
| removed PluggableAuthService v 1.4.2 from the Products directory,
| installed the new PluggableAuthService v 1.5.2, and restarted zope.
|
| However, no one can log in now. The remember members are still alive
| and well, but entering the use name and password does nothing -
| no error, no logged event, just return to the login page.
|
| What else do I have to do to upgrade PluggableAuthService?
|
| Thanks!
|
| Mark
|
|
| ------------------------------
|
| Message: 2
| Date: Wed, 30 Jan 2008 14:50:11 +0100
| From: Jens Vagelpohl <jens at dataflake.org>
| Subject: Re: [Zope-PAS] Problems Upgrading PluggableAuthService
| To: zope-pas at zope.org
| Message-ID: <1FB9D148-9D44-4E0F-91C4-E2453AC57AAF at dataflake.org>
| Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
|
|
| On Jan 30, 2008, at 14:01 , Mark Phillips wrote:
|> I looked at the bug reports and found 2 that relate to this error:
|> http://plone.org/products/remember/issues/44
|> http://plone.org/products/remember/issues/32
|>
|> The suggested solution is to upgrade
|> PluggableAuthService to version 1.5.2, which I did. I stopped zope,
|> removed PluggableAuthService v 1.4.2 from the Products directory,
|> installed the new PluggableAuthService v 1.5.2, and restarted zope.
|>
|> However, no one can log in now. The remember members are still alive
|> and well, but entering the use name and password does nothing -
|> no error, no logged event, just return to the login page.
|>
|> What else do I have to do to upgrade PluggableAuthService?
|
| There are no additional steps.
|
| In a case like this I would start by manually inspecting the user
| folder instance to make sure the plugin registrations are still
| correct. It may help to enable the verbose-security setting in
| zope.conf and remove "Unauthorized" from the swallowed exceptions in
| the error_log object in the ZMI, you may get tracebacks that point to
| the issue then. If that doesn't provide enough clues I would use the
| Python debugger to step through the login process.
|
| jens
|
|
|
|
| ------------------------------
|
| Message: 3
| Date: Wed, 30 Jan 2008 07:40:23 -0700
| From: Mark Phillips <mark at phillipsmarketing.biz>
| Subject: Re: [Zope-PAS] Problems Upgrading PluggableAuthService
| To: Jens Vagelpohl <jens at dataflake.org>
| Cc: zope-pas at zope.org
| Message-ID: <1201704024.6999.4.camel at narwhale>
| Content-Type: text/plain
|
| On Wed, 2008-01-30 at 08:50 -0500, Jens Vagelpohl wrote:
|> On Jan 30, 2008, at 14:01 , Mark Phillips wrote:
|>> I looked at the bug reports and found 2 that relate to this error:
|>> http://plone.org/products/remember/issues/44
|>> http://plone.org/products/remember/issues/32
|>>
|>> The suggested solution is to upgrade
|>> PluggableAuthService to version 1.5.2, which I did. I stopped zope,
|>> removed PluggableAuthService v 1.4.2 from the Products directory,
|>> installed the new PluggableAuthService v 1.5.2, and restarted zope.
|>>
|>> However, no one can log in now. The remember members are still alive
|>> and well, but entering the use name and password does nothing -
|>> no error, no logged event, just return to the login page.
|>>
|>> What else do I have to do to upgrade PluggableAuthService?
|> There are no additional steps.
|>
|> In a case like this I would start by manually inspecting the user
|> folder instance to make sure the plugin registrations are still
|> correct.
|
| How do I do this? Through the ZMI? My apologies for being so new to
| zope.
|
|> It may help to enable the verbose-security setting in
|> zope.conf and remove "Unauthorized" from the swallowed exceptions in
|> the error_log object in the ZMI,
|> you may get tracebacks that point to
|> the issue then. If that doesn't provide enough clues I would use the
|> Python debugger to step through the login process.
|>
|> jens
|
| Thanks. I tried
|>
|> _______________________________________________
|> Zope-PAS mailing list
|> Zope-PAS at zope.org
|> http://mail.zope.org/mailman/listinfo/zope-pas
|>
|>
|
|
| ------------------------------
|
| Message: 4
| Date: Wed, 30 Jan 2008 16:22:28 +0100
| From: Jens Vagelpohl <jens at dataflake.org>
| Subject: Re: [Zope-PAS] Problems Upgrading PluggableAuthService
| To: zope-pas at zope.org
| Message-ID: <C803EF76-D09A-4213-B4D7-01F335BAA91D at dataflake.org>
| Content-Type: text/plain; charset=US-ASCII; format=flowed
|
|
| On Jan 30, 2008, at 15:40 , Mark Phillips wrote:
|>> In a case like this I would start by manually inspecting the user
|>> folder instance to make sure the plugin registrations are still
|>> correct.
|> How do I do this? Through the ZMI? My apologies for being so new to
|> zope.
|
| Yes.
|
|
|>> It may help to enable the verbose-security setting in
|>> zope.conf and remove "Unauthorized" from the swallowed exceptions in
|>> the error_log object in the ZMI,
|>> you may get tracebacks that point to
|>> the issue then. If that doesn't provide enough clues I would use the
|>> Python debugger to step through the login process.
|>>
|>> jens
|> Thanks. I tried
|
| And..?
|
| jens
|
|
|
|
|
| ------------------------------
|
| _______________________________________________
| Zope-PAS mailing list
| Zope-PAS at zope.org
| http://mail.zope.org/mailman/listinfo/zope-pas
|
|
| End of Zope-PAS Digest, Vol 41, Issue 2
| ***************************************
|

- --
~  Fingerprint C51F FC99 B4C6 D4A7 DDBC 0D5D 7D35 E12B 489C D723

~  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
~      Werkbank Kommunikation  --  http://www.werkbank.com/
~  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
~   Werkbank Multimedia GmbH | Bergstrasse 152 | 44791 Bochum
~   phone: +49 (0)234 - 93 53 86 - 03  |  phax: 93 53 86 - 06
~  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
~   Geschäftsführer: Thorsten Schneider | AG Bochum: HRB 7263
~  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkehmbQACgkQfTXhK0ic1yOLpQCfSjjRSfpp3YWjzikUrWUFBFZr
W9kAnjrN+XwjsFuO3GQTLB7vKa57ddzd
=vvaf
-----END PGP SIGNATURE-----


More information about the Zope-PAS mailing list