Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rabbitmq-script-wrapper does not escape '$' in command line arguments #66

Closed
videlalvaro opened this issue Mar 13, 2015 · 1 comment
Closed

Comments

@videlalvaro
Copy link
Contributor

The problem is with the script wrapper we use, since it double quotes arguments forwarded to rabbitmqctl

example: rabbitmqctl change_password myuser 'pa$$word' won't work

See related bug21299

@videlalvaro videlalvaro changed the title is not possible to use the '$' inside a password on linux is not possible to use the '$' inside a password Mar 13, 2015
@simonmacmullen simonmacmullen changed the title is not possible to use the '$' inside a password rabbitmq-script-wrapper does not escape '$' in command line arguments Mar 13, 2015
@dumbbell dumbbell self-assigned this Apr 8, 2015
@dumbbell dumbbell added this to the 3.5.2 milestone Apr 9, 2015
@dumbbell
Copy link
Member

Since RabbitMQ 1.5.2.

dcorbacho pushed a commit that referenced this issue Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants