[EMAIL PROTECTED] a écrit : > Thx ! > > Unfortunately, there's no more explanation of this topics in the Nuxeo Book > (exept 2 paragraphs). I need local > user for Nuxeo : I don't want to create new LDAP user though the Nuxeo > interface.
Then you should use the Nuxeo MultiDirectory feature to combine users coming from your LDAP server with nuxeo specific users stored in a dedicated RDBMS compatible with the SQL protocol. http://doc.nuxeo.org/5.1/components/org.nuxeo.ecm.directory.multi.MultiDirectoryFactory.html#extension_point_directories > Where should i but this > readonly properties if it is correct ? This is not what you want (see above) but should you want to make it possible to edit/create/delete user entries in your LDAP server, you should put <readOnly>false</readOnly> anywhere right under the <directory name="userDirectory"> tag. -- Olivier _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
