bareos: bareos-18.2 58c65c5b

Author Committer Branch Timestamp Parent
arogge arogge bareos-18.2 2020-09-10 17:37 bareos-18.2 d4c95afc Pending
Changeset filed: ldap - improve path handling on restore

Previously the destination dn when restoring an ldap object was
generated in a way that made it really hard to restore do a different
location.
This patch replaces the parser with a much more relaxed approach that
accepts different syntaxes. The new behaviour uses every path component
that contains an equals-sign (=) and builds a DN out of these.

(backport of commit 35451a0e75b2f71f6580599884f11906046e517a)
mod - core/src/plugins/filed/BareosFdPluginLDAP.py Diff File