I'm looking for a UserFolder replacement that has a certain set of features. It seems like this should be a no-brainer but I haven't found one yet. I need: * Seperation between User data and authentication. One package that does this is Extensible User Folder (XUF). There are pluggable Property Source and Authentication Sources seperately. * Multiple instances of each type of source. I want to have both LDAP Authentication as well as standard ZODB authentication for users outside of our LDAP. PluggableUserFolder seems to support this, but does not seem to support the concepts of Properties seperate from Authentication. Does anyone know of a User Folder that meets both of these needs? Thanks! -Randy Yarger Chief Architect Web Elite
Randy Jay Yarger wrote:
Does anyone know of a User Folder that meets both of these needs?
Script your own with SimpleUserFolder :-) cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
participants (2)
-
Chris Withers -
Randy Jay Yarger