Hi Matt,
Thanks for the ldap changes. My requirements are similar and I am having
problems to configure ldap.
I am using roller2.3 version. I tried to follow your steps and on second
step i.e after removing securityEnforcement bean I am not able to start my
roller app.
It gives me error as follows:
INFO 2006-06-22 12:50:35,019 ApplicationContext:log - Loading Spring root
WebApplicationContext
ERROR 2006-06-22 12:50:35,598 ContextLoader:initWebApplicationContext -
Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'rememberMeProcessingFilter' defined in ServletContext resource
[/WEB-INF/security.xml]: Initialization of bean failed; nested exception is
java.lang.IllegalArgumentException: AuthenticationManager required
java.lang.IllegalArgumentException: AuthenticationManager required
at org.springframework.util.Assert.notNull(Assert.java:90)
at
org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.afterPropertiesSet(RememberMeProcessingFilter.java:82)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1059)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:363)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:226)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:147)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:275)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:320)
at
org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java:134)
at
org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:246)
at
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:184)
at
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
at
org.apache.roller.presentation.RollerContext.contextInitialized(RollerContext.java:188)
at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3637)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4073)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
at
org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:590)
at
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:535)
at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470)
at
org.apache.catalina.startup.HostConfig.start(HostConfig.java:1106)
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
--
View this message in context:
http://www.nabble.com/-Fwd%3A-Re%3A-Roller-LDAP-Support--t1792699s12275.html#a4988367
Sent from the Roller - User forum at Nabble.com.