You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The chef-server-ctl password command does not accept special characters which can be interpreted by the shell.
Example:
sudo chef-server-ctl password myusername
Enter the new password: test(123)
Enter the new password again: test(123)
sh: 1: Syntax error: "(" unexpected
Command failed
The expected behavior is for a password of any length containing any printable character.
The text was updated successfully, but these errors were encountered:
chef-server-ctl password delegates to `knife-opc`. In doing so, it was
not escaping special characters in the user supplied data. Now, it
does.
Fixes#366
Signed-off-by: Steven Danna <[email protected]>
chef-server-ctl password delegates to `knife-opc`. In doing so, it was
not escaping special characters in the user supplied data. Now, it
does.
Fixes#366
Signed-off-by: Steven Danna <[email protected]>
The chef-server-ctl password command does not accept special characters which can be interpreted by the shell.
Example:
The expected behavior is for a password of any length containing any printable character.
The text was updated successfully, but these errors were encountered: