]> gitweb.michael.orlitzky.com - untangle-https-backup.git/commit
bin/untangle-https-backup: disable configuration file interpolation.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 5 Oct 2018 22:00:01 +0000 (18:00 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 5 Oct 2018 22:06:10 +0000 (18:06 -0400)
commit6d2a0bc6de87d701a806912f4ca81840f0abe2a7
treef5a0eac902b265c019c700e2e1cfc4d5bb550b7a
parent6f70c482fb4c1938d0eaa0bb3e7d952e81328ac4
bin/untangle-https-backup: disable configuration file interpolation.

It was bound to happen: somebody changed their password to something
with a percent sign in it, and it broke the secret ConfigParser
interpolation that I didn't know existed. Nobody is interpolating
usernames or version numbers into their password fields (if you are;
see you in hell), so passing interpolation=None to our ConfigParser
instantiation should fix the issue.
bin/untangle-https-backup