LDAP Passwords are not quoted in rendered configs
Bug #1688196 reported by
James Hebden
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Keystone LDAP integration |
Triaged
|
Medium
|
Unassigned |
Bug Description
When adding passwords which use special, non-ASCII characters, the keystone-ldap charm will render them in-place without quoting in the per-domain keystone configuration files. This can, if the right characters are in included in the password, cause keystone to not be able to start.
tags: | added: canonical-bootstack |
To post a comment you must log in.
I can see how that would be a problem; presumably some basic quoting in the configuration file is supported by oslo.config so we could just always do that.