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_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to