]> git.evergreen-ils.org Git - Evergreen.git/commit
Z39.50 stored credentials
authorBill Erickson <berick@esilibrary.com>
Wed, 27 Feb 2013 18:08:07 +0000 (13:08 -0500)
committerMike Rylander <mrylander@gmail.com>
Wed, 13 Mar 2013 18:43:26 +0000 (14:43 -0400)
commit19aa7ef17714cdf9c07b23ec90ac81c5ba6453d4
treec4f864380d03cdb95599d222fbeb3590d3bf5f7f
parente0623504fb0466ea4c121df3d124e082cb13762f
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>
Signed-off-by: Mike Rylander <mrylander@gmail.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]