Skip to content

nsre regex does not match configurations with no explicit DB name

Fernando Lopez requested to merge felopez/dark_data:patch-nsre-regex into master

dpm_dump.py should set a default DB name when the name is not present on NSCONFIG but the current regex pattern does not match lines of the form:

user/pass@host

Merge request reports