Re: FEATURE REQUEST: Restricting pages to users in certain roles

2016-02-01 Thread Col Willis
I have got this working, it took some time but I hope the below helps: I have got this working on my Apache Tomcat JSP Wiki Deployment: Tomcat Users Conf File: -- On your Wiki Pages For Group Level Restrictions: [{ALLOW comment Authenticated}] [{ALLOW

RE: FEATURE REQUEST: Restricting pages to users in certain roles

2016-02-01 Thread Jason Morris
Thanks, Col! The other tricky bit (which I should have stipulated) is that I’m currently running JSPWiki on Glassfish 4.0. Do you have a mod for impl this on Glassfish? Cheers, Jason Jason C. Morris | PhD Candidate Department of Environmental Sciences | Faculty of Agriculture and Environment THE

Re: FEATURE REQUEST: Restricting pages to users in certain roles

2016-02-01 Thread Col Willis
Sorry not touched Glassfish On 1 February 2016 at 11:40, Jason Morris wrote: > Thanks, Col! > The other tricky bit (which I should have stipulated) is that I’m > currently running JSPWiki on Glassfish 4.0. > Do you have a mod for impl this on Glassfish? > Cheers, > Jason > > Jason C. Morris | Ph

Re: FEATURE REQUEST: Restricting pages to users in certain roles

2016-02-01 Thread Juan Pablo Santos Rodríguez
Hi, you could check [#1] to see how to set up access control for individual wiki pages (ACLs markup) or system-wide security settings (security policy). regarding glassfish, it shouldn't be necessary to perform any special task, unless you're providing container-based authentication. In that case

RE: FEATURE REQUEST: Restricting pages to users in certain roles

2016-02-01 Thread Jason Morris
I think this is what I've been after. Thanks Juan. Another case of RTFM ;-) -Original Message- From: Juan Pablo Santos Rodríguez [mailto:juanpablo.san...@gmail.com] Sent: Tuesday, 2 February 2016 6:04 AM To: user@jspwiki.apache.org Subject: Re: FEATURE REQUEST: Restricting pages to users