I'm just starting to look at very simple authentication, using
http://cocoon.apache.org/2.1/developing/webapps/authentication/authenticating_user.html
as a guide.

It looks straightforward enough, but there's one missing item of
information. For "Using a URI as the authentication resource" it
gives sample code for

<autentication-manager>
  <handlers>
    <!-- Now follows the handlers configuration -->
    <handler name="portalhandler">
      <!-- The login resource -->
      <redirect-to uri="cocoon:/sunspotdemoportal"/>
      <authentication uri="cocoon:raw:/sunrise-authuser"/>
    </handler>
  </handlers>
</autentication-manager>

but it doesn't say where in the sitemap.xmap you put this, and
I can't see anywhere obvious that it should go.

///Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to