Philip Kuss wrote:
Hi all,

i have a question concerning the way of implementing Single Sign On into
the Authoring area of Lenya.
I just included the NTLM Filter into the context of lenya and it works
fine on Tomcat 5.5.17.
I get results in the catalina.out that the current username of the
workstations getts authenticated agains my ad2003 server und I am able to
get the start screen of lenya.

When I want to enter the authoring area of the publication I get the login
screen.
My question is how i can map the credentials in a way that my
authentication is directly used and the login screen is not shown.

You have to implement a custom authenticator and patch cocoon.xconf
accordingly.

Here's an example:


<xconf xpath="/cocoon"
  unless="/cocoon/[EMAIL PROTECTED] = 'org.apache.lenya.ac.Authenticator']"
  remove="/cocoon/[EMAIL PROTECTED] = 'org.apache.lenya.ac.Authenticator']">

  <component logger="lenya.ac.authenticator"
    class="org.myproject.lenya.SSOAuthenticator"
    role="org.apache.lenya.ac.Authenticator"/>

</xconf>


-- Andreas

--
Andreas Hartmann
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
[EMAIL PROTECTED]                     [EMAIL PROTECTED]


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

Reply via email to