Jetspeed put user roles in httpRequest subject, while user get authenticated from database or ldap. This is should work
I think you can check jetspeed database to verify that, if your roles and their mapping have been synced to database. Here are tables "SECURITY_PRINCIPAL" and "SECURITY_PRINCIPAL_ASSOC" Vivek On Tue, Dec 21, 2010 at 5:17 PM, Tim MacDonald <[email protected]>wrote: > I've been able to configure Jetspeed to authenticate against an ApacheDS > LDAP server. What I'm trying to do is transfer the roles (groups) coming > from the LDAP server into Spring GrantedAuthorities so that I can secure > Spring Portlet MVC controllers using the @Secured annotation. I've tried > using a filter to check for specific roles against the request.isUserInRole, > but it returns false for the LDAP roles. What is the recommended way for > accessing LDAP roles? > > Thanks, > Tim Macdonald > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Regards & thanks Vivek Kumar [email protected]
