Here's the error I get when I try it:

SEVERE: Servlet.service() for servlet default threw exception
java.lang.ArrayIndexOutOfBoundsException: 3
        at 
org.apache.roller.weblogger.ui.core.security.AuthoritiesPopulator.getGrantedAuthorities(AuthoritiesPopulator.java:75)
        at 
org.acegisecurity.providers.ldap.LdapAuthenticationProvider.createUserDetails(LdapAuthenticationProvider.java:186)
        at 
org.acegisecurity.providers.ldap.LdapAuthenticationProvider.retrieveUser(LdapAuthenticationProvider.java:218)
        at 
org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider.authenticate(AbstractUserDetailsAuthenticationProvider.java:115)

Matt

On 10/22/07, Matt Raible <[EMAIL PROTECTED]> wrote:
> I'm looking at this now.
>
> What do you think about adding a RollerCasPopulator like Phillip
> Rhodes suggests in the following thread?
>
> http://www.nabble.com/example-config-for-using-CAS-for-SSO-with-Roller-p12102132s12275.html
>
> I used his code in the CAS integration tutorial I wrote today and it worked.
>
> http://cwiki.apache.org/confluence/display/ROLLER/Roller+4.0+with+LDAP+and+CAS
>
> Matt
>
> On 10/22/07, Dave <[EMAIL PROTECTED]> wrote:
> > Hi Matt,
> >
> > I just committed a new AuthoritiesPopulator to trunk that uses the
> > backend instead of using JDBC directly. Any chance you can spin a
> > build and try it out with LDAP? It should solve the problem you
> > experienced.
> >
> > - Dave
> >
> >
> >
> > On 10/22/07, Dave <[EMAIL PROTECTED]> wrote:
> > > On 10/22/07, Matt Raible <[EMAIL PROTECTED]> wrote:
> > > > Dave - should I file a bug for the fact that Roller's LDAP setup
> > > > requires a dataSource from JNDI instead of reading from the
> > > > easy-config stuff?
> > >
> > > Yes please do and I'll take a look at how hard it is to fix for 4.0.
> > >
> > > - Dave
> > >
> >
>
>
> --
> http://raibledesigns.com
>


-- 
http://raibledesigns.com

Reply via email to