From: Jean-Philippe Lang Date: Sun, 2 Sep 2012 14:51:56 +0000 (+0000) Subject: Redmine.pm: Allow fallback to other Apache auth providers (#11475). X-Git-Tag: 2.1.0~78 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c3170e92649160ded08db20339267763afaa98a1;p=redmine.git Redmine.pm: Allow fallback to other Apache auth providers (#11475). Contributed by Yasin Al Farhad. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10281 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/extra/svn/Redmine.pm b/extra/svn/Redmine.pm index 7a10583db..d0ca3f196 100644 --- a/extra/svn/Redmine.pm +++ b/extra/svn/Redmine.pm @@ -342,7 +342,7 @@ sub authen_handler { return OK; } else { $r->note_auth_failure(); - return AUTH_REQUIRED; + return DECLINED; } }