Z39.50 stored credentials user/berick/z3950-credentials
authorBill Erickson <berick@esilibrary.com>
Wed, 27 Feb 2013 18:08:07 +0000 (13:08 -0500)
committerBill Erickson <berick@esilibrary.com>
Thu, 28 Feb 2013 18:39:55 +0000 (13:39 -0500)
commit1c2f8637c0d18f1a5c081bffb304719c20a17dbe
treeede1b407f7ae891d3b431953c2a5a59dc100a887
parentf1c1d0b0de3b170cc1cc6ec0b2b1800c9e01177c
Z39.50 stored credentials

* New non-IDL-accessible DB table for storing credentials
* API for applying credentials
* Additions to the Z39.50 configuration UI for applying and clearing
  credentials.
* At Z39.50 search time, if no creds are provided by the caller, but
  creds are configured in the database, creds from the DB are used to
  make the Z39 search call.
* Release notes included

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/examples/opensrf_core.xml.example
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Z3950.pm
Open-ILS/src/sql/Pg/002.schema.config.sql
Open-ILS/src/sql/Pg/800.fkeys.sql
Open-ILS/src/sql/Pg/999.functions.global.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.z3950_credentials.sql [new file with mode: 0644]
Open-ILS/src/templates/conify/global/config/z3950_source.tt2
Open-ILS/web/js/ui/default/conify/global/config/z3950_source.js
docs/RELEASE_NOTES_NEXT/z39_source_credentials.txt [new file with mode: 0644]