bareos: master 35451a0e

Author Committer Branch Timestamp Parent
arogge arogge master 2020-09-10 17:37 master 1177f5de 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.
mod - core/src/plugins/filed/python/ldap/BareosFdPluginLDAP.py Diff File