[Yahoo-eng-team] [Bug 1480334] Re: can't use "$" in password for ldap authentication

2015-10-16 Thread Boris Bobrov
I'm marking this as invalid for keystone since it affects all components that use oslo_config. ** Changed in: keystone Status: Triaged => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launch

[Yahoo-eng-team] [Bug 1480334] Re: can't use "$" in password for ldap authentication

2015-08-04 Thread Davanum Srinivas (DIMS)
You can use a \$ to prevent the expansion like so "Pa\$\$w0rd" or using $$ like so "pasw0rd" Thanks, dims ** Changed in: oslo.config Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. ht

[Yahoo-eng-team] [Bug 1480334] Re: can't use "$" in password for ldap authentication

2015-08-03 Thread Boris Bobrov
This is because of oslo_config's option value interpolation: http://docs.openstack.org/developer/oslo.config/cfg.html#option-value-interpolation This can be overriden by using $$ instead of $, but it would be great to mark some options as not using the interpolation. ** Also affects: oslo.config