Re: [Zope] acl_users in MySQL

2006-07-31 Thread Remy Pinsonnault
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 [EMAIL PROTECTED] 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 moreflexible 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.orghttp://mail.zope.org/mailman/listinfo/zope** No cross posts or HTML encoding!**
(Related lists -http://mail.zope.org/mailman/listinfo/zope-announcehttp://mail.zope.org/mailman/listinfo/zope-dev
 )
___
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 )


Re: [Zope] acl_users in MySQL

2006-06-19 Thread Chris Withers

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 )


Re: [Zope] acl_users in MySQL

2006-06-16 Thread Cliff Ford
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.


___
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 )