Patch #6414
Added FLAG to Redmine.pm to AllowAlternateAuth methods on apache
Status: | New | Start date: | 2010-09-16 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | SCM extra | |||
Target version: | - |
Description
I want to use Redmine.pm
to authenticate users when accessing
subversion, but I also want to be able to authenticate non-Redmine
users.
To be able to do it I've added an additional flag to the Redmine.pm
module to allow the use of multiple authentication methods.
The name of the flag (RedmineAllowAlternateAuth
) has been taken from
the variable used on the Apache2::AuthNetLDAP
and Apache2::AuthenNIS
modules that is used for the same purpose.
The attached patch is against an export of the redmine-1.0.1
tag.
History
#1
Updated by Toshi MARUYAMA almost 12 years ago
- Category changed from SCM to SCM extra