bareos: master 87a64770

Author Committer Branch Timestamp Parent
bruno-at-bareos Bareos Bot master 2025-01-08 16:14 master 5bed1259 Pending
Changeset bareos-config-libs: double quote dbconfig values

Returned dbconfig values are unquoted. This commit add double quotes
around each values (except dbaddress)

Unquoted value might create situation where the dbpassword might be
truncated by the parser if it contain for example special meaning
character like start a comment (`;` or `#`)

Fix internal#224

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - core/scripts/bareos-config-lib.sh.in Diff File