[Zope3-Users] User management in Zope3?

Gary Poster gary at zope.com
Fri Jan 27 11:57:30 EST 2006


On Jan 27, 2006, at 1:57 AM, Roman Susi wrote:

> Hi!
>
> Maybe this is a very naíve quiestion from Zope3 beginner, but is there
> any ready module for user management in Zope3?
>
> For example, certain subfolder needs LDAP auth.
>
> Am I to write myself all the code? (zope.org has draft of User
> management API proposal... disturbing)
>
> If there are "many ways to do it", then what is the most obvious?

You want to look at zope.app.authentication, and for LDAP I believe  
you'll want to hook zope.app.authentication in with the code in  
http://svn.zope.org/ldappas and http://svn.zope.org/ldapadapter .

Gary


More information about the Zope3-users mailing list