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)
committerblake <blake@mobiusconsortium.org>
Fri, 11 Mar 2022 20:52:27 +0000 (14:52 -0600)
commit1790d4ba7b71b4443f0f0122b2c43b041d642c91
treec6f7813d2d1ce93dff088da37b168d1209e204a8
parent943f27a1ba22875a090f8d8890a8ec13cad7d0f4
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]