Re: LemonLdap and the Jahia nightly build 6821
Thomas Draier <[email protected]>
| Newsgroups | gmane.comp.cms.jahia.devel |
|---|---|
| Message-ID | <[email protected]> |
hi dominique,
you can activate the http authorization valve in jahia by adding an
entry in the WEB-INF/etc/config/auth-pipeline.xml . just add this entry
at the beginning :
<valveDescriptor>
<className>org.jahia.params.valves.HttpBasicAuthValveImpl</className>
</valveDescriptor>
then you can log in into jahia by providing user/password with
http-basic auth. that should work with lemonldap.
thomas
Le 31 janv. 05, à 19:05, Dominique Pellat a écrit :
> Hi,
>
> I would like to know if this build includes the evolution to be able
> to run in SSO mode the proxy LemonLdap bounded with a Jahia server. Is
> this version of Jahia decrypting the HTTP header AUTHORIZATION coming
> from LemonLdap and maps the found roles/profiles to a Jahia group ? I
> saw SSOIFrame and SSOWebContent portlet included in this build but I
> am not sure it concerns this evolution.
>
> It is for a test purpose only: I have a proxy LemonLdap well
> configured and I just want to plug it in on a Jahia version 4.1, where
> this evolution was scheduled.
>
> Regards,
>
> Dominique PELLAT