bareos: master 82193f5d

Author Committer Branch Timestamp Parent
arogge arogge master 2023-11-27 13:07 master 91d07546 Pending
Changeset python-fd: allow storing values in encoded format

by adding a transform (currently only "enc") to an option name, the
python baseclass will now decode the value.
i.e. if you configure `password#enc=E+*g/GAhM4` you will end up with
the option password containing the value "password".
mod - core/src/plugins/filed/python/pyfiles/BareosFdPluginBaseclass.py Diff File
mod - systemtests/tests/py3plug-fd-basic/etc/bareos/bareos-dir.d/fileset/PluginConfigTestNoFile.conf.in Diff File
mod - systemtests/tests/py3plug-fd-basic/etc/bareos/bareos-fd.d/plugin_defaults.ini Diff File
mod - systemtests/tests/py3plug-fd-basic/testrunner-config Diff File