what product for authentication from db?
Zope newbie here... I have a group of users on an existing system that holds user/password info in a postgres database. I now am building a Zope application that these same users will log into. I want to authenticate from my database. I can't make out which product is best and most up-to-date for this -- the New Riders Zope Book talks about LoginManager, but it apparently won't work with the most recent Zope. So, Extensible User Folder, Generic User Folder, Simple User Folder, or something else? Thanks for any recommendations. rob __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com
On Sun, 2002-07-28 at 03:57, Robert Boyd wrote:
Zope newbie here...
I can't make out which product is best and most up-to-date for this -- the New Riders Zope Book talks about LoginManager, but it apparently won't work with the most recent Zope.
It works fine with the most recent Zope. To make life easier for you I made an archive of LoginManager and ZPatterns (since LoginManager depends on it) that works with Zope 2.5: http://www.zope.org/Members/roche/ZPatterns_LoginManager.tgz It contains binaries for Linux and Windows. -- Roché Compaan Upfront Systems http://www.upfrontsystems.co.za
Chris Withers wrote:
Robert Boyd wrote:
So, Extensible User Folder, Generic User Folder, Simple User Folder, or something else?
Give SUF a try, I'd love to get it working with Postgres so I'll try and help where I can :-)
SUF ... never heared about it and can't find it on zope.org :-( Where can I get it? -- _______________________________________________________________________ Andreas Heckel andreas@easyleading.org
Andreas Heckel <andreas@easyleading.org> wrote:
Chris Withers wrote:
Robert Boyd wrote:
So, Extensible User Folder, Generic User Folder, Simple User Folder, or something else?
Give SUF a try, I'd love to get it working with Postgres so I'll try and help where I can :-)
SUF ... never heared about it and can't find it on zope.org :-( Where can I get it?
You didn't search very far, did you? http://www.google.com/search?q=simple.user.folder http://www.google.com/search?q=simpleuserfolder Florent -- Florent Guillaume, Nuxeo (Paris, France) +33 1 40 33 79 87 http://nuxeo.com mailto:fg@nuxeo.com
participants (5)
-
Andreas Heckel -
Chris Withers -
Florent Guillaume -
Robert Boyd -
Roché Compaan