From: Bill Erickson Date: Fri, 11 Jul 2014 14:56:13 +0000 (-0400) Subject: remove Apache auth wrapper for alt hold pull list X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=008da90059044b0af9ceab512a5d3898765c5dd7;p=working%2FEvergreen.git remove Apache auth wrapper for alt hold pull list The application proper performs an authentication check before rendering the list. Adding an extra Apache auth layer over it is unnecessary and complicates the handoff from the browser app to the pull list. Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/examples/apache/eg_vhost.conf.in b/Open-ILS/examples/apache/eg_vhost.conf.in index 18c6ed8f20..5eb7c97daf 100644 --- a/Open-ILS/examples/apache/eg_vhost.conf.in +++ b/Open-ILS/examples/apache/eg_vhost.conf.in @@ -458,18 +458,6 @@ RewriteRule .? - [E=locale:%{HTTP:Accept-Language}] allow from all - - AuthType Basic - AuthName "Circ Extras Login" - PerlOptions +GlobalRequest - PerlSetVar OILSProxyPermissions "STAFF_LOGIN" - PerlAuthenHandler OpenILS::WWW::Proxy::Authen - require valid-user - Options +ExecCGI - PerlSendHeader On - allow from all - - SetHandler perl-script AuthType Basic diff --git a/Open-ILS/examples/apache_24/eg_vhost.conf.in b/Open-ILS/examples/apache_24/eg_vhost.conf.in index a44b9ada09..318989f872 100644 --- a/Open-ILS/examples/apache_24/eg_vhost.conf.in +++ b/Open-ILS/examples/apache_24/eg_vhost.conf.in @@ -462,18 +462,6 @@ RewriteRule .? - [E=locale:%{HTTP:Accept-Language}] Require all granted - - AuthType Basic - AuthName "Circ Extras Login" - PerlOptions +GlobalRequest - PerlSetVar OILSProxyPermissions "STAFF_LOGIN" - PerlAuthenHandler OpenILS::WWW::Proxy::Authen - require valid-user - Options +ExecCGI - PerlSendHeader On - Require all granted - - SetHandler perl-script AuthType Basic