-
Notifications
You must be signed in to change notification settings - Fork 22
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
Password doesn't work. #42
Comments
https://github.com/hrkfdn/mpdas/blob/master/config.cpp#L13 Looks like I added colons to the token separator list, causing incorrect parsing. I'll have a look at it soon, unfortunately I'm a little busy at the moment due to exams. Thanks for the report! |
Actually, can you build the master branch and test if the latest commit fixes it for you? |
This is what I get now:
|
Password with whitespace doesn't work too in the latest release (didn't check master):
|
Yes, same problem and the commit in master won't fix the whitespace problem, either. I'll have to rework the parsing. Still busy, hope to get it done, soon. Sorry!
|
Split config tokens only on first entry of the delimiter to fix issue hrkfdn#42. Colon delimiter support is also returned.
Split config tokens only on first entry of the delimiter to fix issue hrkfdn#42. Colon delimiter support is also returned.
There is a new branch (wip) that contains a revamped config system. If you guys could give it a try and see if it fixes your password parsing problems it would help me a lot. |
Getting a |
@hrkfdn I get a segmentation fault on new branch (
Backtrace:
Config file:
Maybe some additional steps are required during compilation? I've only checked out new submodule and run |
I tried building mpdas with |
Could you guys pull and build again? I can't reproduce it, yet, but this time it should print the configuration value it fails on. |
Config:
Output:
|
Could you try one more time? |
Seems to work now. I don't exactly know why |
Thanks for testing! I hope to fix that in the coming days :) |
latest version works for me too |
@onodera-punpun Could you open a separate issue for the code 13 problem and give me some details (config, ..) on when (authentication, etc.) it occurs? |
Since the last release (when the password switched from md5 to plain) my password no longer works (and yes, I'm using a plain password now :)).
I thing the fact that I use symbols such as
[@>:-&...
in my password causes this.The text was updated successfully, but these errors were encountered: