You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by Philip Kuss <ph...@it-kuss.de> on 2006/07/28 10:35:27 UTC

[1.2.4] SSO via NTLM

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.

Thank you for your advice in advance...

Best regards,

Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: [1.2.4] SSO via NTLM

Posted by Andreas Hartmann <an...@apache.org>.
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/component[@role = 'org.apache.lenya.ac.Authenticator']"
   remove="/cocoon/component[@role = '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
andreas.hartmann@wyona.com                     andreas@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org