[Zope] LDAPUserFolder at Zope root

J Cameron Cooper zope-l at jcameroncooper.com
Thu May 26 17:34:25 EDT 2005


Oscar Figueiredo wrote:

> this might be trivial but I just can't find a way to do it.  How does one
> replace the initial UserFolder at Zope root with a LDAPUSerFolder ?  
> 
> I tried the dummy way : delete the acl_users with an intent to instanciate a
> LDAPUSerFolder afterwards but that locked me out in a way I could do nothing
> but recreate a new Zope instance...  skip-authentication-checking in
> etc/zope.conf didn't help...

Do not do that. You don't want to get locked out of your Zope because of 
LDAP problems.

If you must have several other folders share a user folder other than 
the default, create a folder that contains everything.

/
/acl_users (ZODB)
/root
/root/acl_users (LDAP)
/root/app1
/root/app2

		--jcc
-- 
"Building Websites with Plone"
http://plonebook.packtpub.com


More information about the Zope mailing list