On Fri, Mar 28, 2008 at 11:37 PM, Rasif Khan <[EMAIL PROTECTED]> 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
