I find the plugin here : http://svn.nuxeo.org/nuxeo/nuxeo-addons/nuxeo-platform-login-anonymous/trunk
And the documentation I copy Paste is in the " login-anonymous-service-contrib.xml". So if I understand well the examples/ReadMe.txt, I deploy the plugin to myplugin directory and copy my modified login-anonymous-service-contrib.xmlto my jboss/server/default/deploy/nuxeo.ear/config/ ? Thanks for your answer. On Mon, Mar 31, 2008 at 4:36 PM, Florent Guillaume <[EMAIL PROTECTED]> wrote: > There's an examples/ReadMe.txt file in the sources that describe > everything. > You seem to have an old version, where did you get the documentation > you're talking about? > > Florent > > On 31 Mar 2008, at 16:19, Romain FERE wrote: > > Hi all, > > > > So I've check out the "nuxeo-platform-login-anonymous" in the nuxeo- > > addons. > > > > In order to activate the plugin, I read the doc include : > > > > "To enable actual anonymous authentication, you must add an > > authentication chain including ANONYMOUS_AUTH and specify the > > anonymous user id in the UserManager extension point." > > > > Where am I supposed to add an authentication chain including > > ANONYMOUS_AUTH ? > > > > And for specify the anonymous user, I try this : > > > > <extension > > target="org.nuxeo.ecm.platform.usermanager.UserManagerDescriptor" > > point="UserManager"> > > <userManager> > > <users> > > <anonymousUser id="Anonymous"> > > <property name="firstName">Anonymous</property> > > <property name="lastName">User</property> > > </anonymousUser> > > </users> > > </userManager> > > </extension> > > > > Am I right about this ? > > > > Thanks a lot, any help will be appreciated... > > -- > > Romain FERE _______________________________________________ > > ECM mailing list > > [email protected] > > http://lists.nuxeo.com/mailman/listinfo/ecm > > -- > Florent Guillaume, Director of R&D, Nuxeo > Open Source Enterprise Content Management (ECM) > http://www.nuxeo.com http://www.nuxeo.org +33 1 40 33 79 87 > > > > -- Romain FERE
_______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
