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: jetspeed-dev-unsubscr...@portals.apache.org
For additional commands, e-mail: jetspeed-dev-h...@portals.apache.org

Reply via email to