]> source.dussan.org Git - redmine.git/commitdiff
Redmine.pm: Allow fallback to other Apache auth providers (#11475).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 2 Sep 2012 14:51:56 +0000 (14:51 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 2 Sep 2012 14:51:56 +0000 (14:51 +0000)
Contributed by Yasin Al Farhad.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10281 e93f8b46-1217-0410-a6f0-8f06a7374b81

extra/svn/Redmine.pm

index 7a10583db5ce79bb3fe526dfdbf4630ff7c4f89f..d0ca3f1964e0a429194f5efc74fb665519baf749 100644 (file)
@@ -342,7 +342,7 @@ sub authen_handler {
       return OK;
   } else {
       $r->note_auth_failure();
-      return AUTH_REQUIRED;
+      return DECLINED;
   }
 }