LP1786524: Don't require user to pass in db connection info
authorJane Sandberg <sandbej@linnbenton.edu>
Mon, 1 Mar 2021 17:34:36 +0000 (09:34 -0800)
committerJane Sandberg <sandbergja@gmail.com>
Tue, 29 Mar 2022 01:40:48 +0000 (18:40 -0700)
commit9e6bb303fbb35a43f0460e8f88fd464518fd15d3
treebf3528f8f6d4f1ac060d77354bcdc836e3f97582
parent2bd8d80920c7c9457c9681ec4f01a41743e0f267
LP1786524: Don't require user to pass in db connection info

Passing a production database password on the command line is a bad
security practice.  Let's pull the database connection information
from opensrf.xml instead, while still allowing users to override
the default db connection information.

Also, let's install this into /openils/bin by default.

Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Rogan Hamby <rogan.hamby@gmail.com>
.gitignore
Open-ILS/src/Makefile.am
Open-ILS/src/support-scripts/patron_loader.pl [deleted file]
Open-ILS/src/support-scripts/patron_loader.pl.in [new file with mode: 0755]