LP1786524: Don't require user to pass in db connection info user/sandbergja/lp1786524_patron_loader
authorJane Sandberg <sandbej@linnbenton.edu>
Mon, 1 Mar 2021 17:34:36 +0000 (09:34 -0800)
committerJane Sandberg <sandbej@linnbenton.edu>
Mon, 1 Mar 2021 17:46:23 +0000 (09:46 -0800)
commitb3dfd364b5ef9cfb7ce509876cdabc9d657a83dc
tree6b1ba1c0542d0d18a814dcf5889513b34816f4f7
parentd8ed2d9b1f7d08b5a15c9c7dff162525dd271813
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>
.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]