In the Zope Content Manager's Guide it says: "It is also possible to create custom User Folders that can be used to interface with external user management systems, such as directory servers." This is the only mention I have seen of this. Is this feature documented anywhere? If not, is there some part of the code I can look at to see how it can be done? Thanks, Rob
See http://www.zope.org/Download/Unsupported for etcUserFolder : etcUserFolder lets you authenticate Zope users from a flat file. UserDB : UserDB lets you authenticate Zope users from an SQL database. and http://www.zope.org/Download/Contrib for LDAP Connection Product. As usual, reading the sources of the above products and modules in yourZOPEdirectory/lib/python/AccessControl helps so much. LEE Kwan Soo.
participants (2)
-
Robert Carey -
À̰ü¼ö(LEE Kwan Soo)