Hello, I've been searching for a solution on how to integrate my actual database of users (in MySQL) with the Zope authentications machinery. I found some old instructions (2001) using LoginManager and zPatterns but I would like to hear from you about the alternatives. Currently I'm using my own authentication method but with this I'm loosing a lot of Zope features. Zope 2.9 MySQl 4.1 Using reverse proxy with Pound Any suggestions? Thanks in advance. -- Luiz Fernando B. Ribeiro Engenho Soluções para a Internet
Suggestion: have a look at exUserFolder. It has a MySQL Authentication Source. The minimum requirement is a table with Username, Password and Roles fields. Cliff Luiz Fernando B. Ribeiro wrote:
Hello,
I've been searching for a solution on how to integrate my actual database of users (in MySQL) with the Zope authentications machinery. I found some old instructions (2001) using LoginManager and zPatterns but I would like to hear from you about the alternatives.
Currently I'm using my own authentication method but with this I'm loosing a lot of Zope features.
Zope 2.9 MySQl 4.1 Using reverse proxy with Pound
Any suggestions?
Thanks in advance.
Cliff Ford wrote:
Suggestion: have a look at exUserFolder. It has a MySQL Authentication Source. The minimum requirement is a table with Username, Password and Roles fields.
I think you'll actually find SimpleUserFolder much easier and more flexible for this specific requirement: http://www.simplistix.co.uk/software/zope/simpleuserfolder cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
Hello Chris, We have been using the SimpleUserFolder product for two years now to authenticate users on an Oracle database, it was working great. We are currently migrating to Plone 2.5 and we have are experiencing some difficulties. How can I use SimpleUserFolder with Plone 2.5 and PlonePAS? Thanks in advance. On 6/19/06, Chris Withers <chris@simplistix.co.uk> wrote:
Cliff Ford wrote:
Suggestion: have a look at exUserFolder. It has a MySQL Authentication Source. The minimum requirement is a table with Username, Password and Roles fields.
I think you'll actually find SimpleUserFolder much easier and more flexible for this specific requirement:
http://www.simplistix.co.uk/software/zope/simpleuserfolder
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 )
participants (4)
-
Chris Withers -
Cliff Ford -
Luiz Fernando B. Ribeiro -
Remy Pinsonnault