Open sdodson opened 10 years ago
+1, I suspect the issue is where we are using those passwords in templated scripts (mongo configuration, register_dns, etc) as opposed to places we are just setting the passwords directly in the templated config files.
It is possible that we are failing to properly quote in some of ini style configs as well though.
In README.asciidoc we say
We should audit all situations where we deal with passwords and other strings which may contain special characters to ensure safety rather than suggesting users avoid special characters.