lopez adrian a écrit :
Hello,
I have a question, How can i add a new member field (like for example "member actual client") with the new directories. I attempt to add the field like always, adding a field in portal-schemas ans a widget in the portal_layout, but i got an error.
I think its because LDAP is looking for the field in the LDAP.

How can i say to cps not to look at this filed on the LDAP but on the member data?

Hum, member data is both stored in LDAP and optional ZODBDirectories mounted as backing of the top-level Meta directory.

So yes you can add a new ZODB directory behind the members (Meta) directory and plug it as a backing directory. You will have to design different schemas for the LDAPBacking dir, the ZODB backing dir and an aggregated schema for the Meta with fields from both backings.

See that piece of doc for more details:

http://www.cps-project.org/sections/documentation/cps-dev-center/platform-products/cpsdirectory/metadirectory-design

--
Olivier

_______________________________________________
cps-devel mailing list
http://lists.nuxeo.com/mailman/listinfo/cps-devel

Reply via email to