Patch #8196
Adding a project param to perl auth module
Status: | New | Start date: | 2011-04-20 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | SCM extra | |||
Target version: | - |
Description
Hello,
In my job we use Redmine and recently we had the need for authenticating the access to a test domain, based on which users have access to the related project. I created a small patch to the Redmine.pm module, that adds a new optional apache directive (RedmineDbProject), so you can link a VirtualHost to a specific project and ask for credentials on user access. That way, only the users included in that project can see that VirtualHost contents.
I felt somebody else might have the same needs. The directive is optional and the behaviour is transparent if it's not included in the conf file, therefore I think it can make it to the core.
The revision is 5506 (last change on Redmine.pm on 5232), and it's the trunk version.
Best Regards,
Diego Suárez García.