(please keep replies on the lists) dma0380 wrote:
In as far as the PluggableAuthenticationService, that is new in Zope 3, correct?
Zope 3 has it's own PAS implementation. There is also a PAS product for Zope 2.
I'm still running 2.6.4 because of a lot of problems I had attempting to upgrade. So, I'm also currently working on that issue as well.
You should probably ask about that on the mailing lists. 2.6.x is somewhat fossilized now and ther are many features in the 2.7 series that make it well worthwhile upgrading... cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
Chris,
Zope 3 has it's own PAS implementation. There is also a PAS product for Zope 2.
Thanks for the information. I'll check out the PluggableAuthenticationServices in 2.7.x . The hurdle I forsee is that RSA uses PAM for authentication unless I want to write something custom and proprietary; Either way, I'll post the end result.
You should probably ask about that on the mailing lists. 2.6.x is somewhat fossilized now and ther are many features in the 2.7 series that make it well worthwhile upgrading...
I'm going to try to fix the upgrade hiccups I was having and explore the newer version. It's probably good anyway because I've been having problems with 2.6.4 going into a non-responsive state and having to restart the process. Thanks, Dave -----Original Message----- From: zope-bounces@zope.org [mailto:zope-bounces@zope.org]On Behalf Of Chris Withers Sent: Monday, January 31, 2005 5:52 AM To: dma0380; zope@zope.org Subject: [Zope] Re: PAM (please keep replies on the lists) dma0380 wrote:
In as far as the PluggableAuthenticationService, that is new in Zope 3, correct?
Zope 3 has it's own PAS implementation. There is also a PAS product for Zope 2.
I'm still running 2.6.4 because of a lot of problems I had attempting to upgrade. So, I'm also currently working on that issue as well.
You should probably ask about that on the mailing lists. 2.6.x is somewhat fossilized now and ther are many features in the 2.7 series that make it well worthwhile upgrading... cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
dma0380 wrote:
In as far as the PluggableAuthenticationService, that is new in Zope 3, correct?
Just to clarify for any others looking to investigate this for the first time as I recently was, googling for PluggableAuthenticationService won't yield many hits, and none useful if you're looking for documentation or download links. This is because this product for a pluggable authentication service actually goes by the name PluggableAuthService, not PluggableAuthenticationService. Realizing that distinction drastically helped my ability to find more helpful information on it. =) Tom
participants (3)
-
Chris Withers -
David Ayres -
Tom Trelvik