From 008da90059044b0af9ceab512a5d3898765c5dd7 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 11 Jul 2014 10:56:13 -0400 Subject: [PATCH] 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 --- Open-ILS/examples/apache/eg_vhost.conf.in | 12 ------------ Open-ILS/examples/apache_24/eg_vhost.conf.in | 12 ------------ 2 files changed, 24 deletions(-) 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 -- 2.11.0