Using container based authentication and i have my own roles populated from LDAP. Trying to map this into the application level roles used by jspwiki.
I did try role refs in web.xml <security-role-ref> <role-name>LDAP-Wiki-Role</role-name> <role-link>Admin</role-link><!-- jspwiki role--> </security-role-ref> But i was unable to get this work. Then i saw this in the docs "Alternatively, you could also replace all references to "Authenticated" and "Admin" with role names that match those returned by your container's security realm. JSPWiki doesn't care either way, as long as they match." So question. does this mean only web.xml needs to be changed? That didn't work for me. I also updated the jspwiki policy file. Didn't seem to work either (also tried both). Is there any other files that need to be changed to get this to work?