]> git.evergreen-ils.org Git - working/Evergreen.git/commit
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)
committerRogan Hamby <rogan.hamby@gmail.com>
Thu, 4 Mar 2021 15:51:56 +0000 (15:51 +0000)
commit6b24b25b054744aedad2af2cfc28a7cc07a9a835
treee7604fe305586c1d4eaa9a29a3996d20716aebe5
parent17423b6c391fd8c7e567c479f883340c9e9ca58c
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]