Hi Wouter, File you need to look into is rave-portal-resources/src/main/webapp/WEB-INF/applicationContext-security.xml. You will see example of LDAP in this file for external login. [1] have more details about the configuration.
1. http://static.springsource.org/spring-security/site/docs/3.1.x/reference/jaas.html Please share your experience with the community. Thanks Raminder On Sep 20, 2012, at 3:08 AM, Wouter Roosendaal wrote: > Hi, > > For sometime I have been trying to get Rave to work with an existing JAAS > login mechanism. We have a LoginModule that is used by our webapps that run > on Tomcat and authenticate against our JBoss application. > > I am really not experienced with Spring and especially not with > Spring-security. Simply following the tutorials did not get me anything > working yet. Can anyone point me into the right direction regarding JAAS and > Rave? Or is there an example somewhere that lists the (custom) components > that have to be configured in order to make it work? > > Grz, > Wouter
