Hi, I have a problem in which role-base access control is not flexible enough. Imagine a content server in which I want to restrict acces to each published course to a list of users. Each time a course is published I can set the list of allowed users. With htaccess I could restrict access to a directory to a list of users. But with role based control I should create a role for each course. This is not an elegant solution and force us to use proprietary APIs (RoleManager) to create roles. Is there any way in Orion to restrict access to a directory to a list of users without role-permission ? If not, Is there any Orion FileServlet (similar to JavaWebserver) ? I then could create a mediator to control access to a directory. Thank you in advance.
