From deb5c9069916c723758dabb4bd4abcc6ce774d97 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 17 Mar 2014 09:15:05 +1300 Subject: [PATCH] Bug 11715 : require authentication for the cataloging authorities Z39.50 search To test: 1/ go to /cgi-bin/koha/cataloguing/z3950_auth_search.pl when you are not logged in, notice no log in is enforced 2/ Apply patch 3/ go to /cgi-bin/koha/cataloguing/z3950_auth_search.pl notice you now need to login Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart --- cataloguing/z3950_auth_search.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/cataloguing/z3950_auth_search.pl b/cataloguing/z3950_auth_search.pl index 3ab7666..f52630a 100755 --- a/cataloguing/z3950_auth_search.pl +++ b/cataloguing/z3950_auth_search.pl @@ -47,7 +47,6 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user({ template_name => "cataloguing/z3950_auth_search.tmpl", query => $input, type => "intranet", - authnotrequired => 1, flagsrequired => { catalogue => 1 }, }); -- 1.7.10.4