You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@roller.apache.org by Dave <sn...@gmail.com> on 2008/04/01 16:28:39 UTC

Re: roller integration

On Fri, Mar 28, 2008 at 11:37 PM, Rasif Khan <Ra...@lntinfotech.com> wrote:
>  I want to integrate roller into my intranet website. My requirement is that
>  i need transparent login i.e. when a user logs in website he/she should
>  also be able to log into roller with that same password.Plz reply telling
>  whether is it possible to do so. I am using following-
>  1) Roller 4.0
>  2) Jdk 1.5
>  3) Windows Xp
>  4) Tomcat 5.5.9

Yes, it should be possible to do so. You'll have to study the Acegi
security system to understand how to modify Roller's
WEB-INF/security.xml file to authenticate against the same user
database that your other web app is using.

- Dave