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



_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to