-
Notifications
You must be signed in to change notification settings - Fork 355
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
Revert #190 to enable null-auth without explicit specification #208
Conversation
Hmm that will always show the null auth tho. A lot of unnecessary output when you do |
Show me a screenshot of the output you see because I don't understand what you mean |
If you don't want any output if no -u -p then this pr should not be merged |
Yeah i just would like to roll it back to how it was all that time. |
Then merge the pr 🙂 |
Before and after Follow the code with an empty array (the fix don't allow empty array) you will see it makes no sens to send an empty array since login will be false but username and password to "" will bypass the login check. With the fix, you send "" to the smb login function and not empty array making it properly check the login To simplify, my commit is the equivalent to send -u "" -p "" but without adding them into the command line |
On the other end, i didn't check the gen-relay option, if not working then my commit need to be removed Can you check ? 🙏 |
bf8d9f9
to
f7b6120
Compare
Just tested, gen relay works on this PR |
f7b6120
to
ca192d8
Compare
PR to test if #207 is fixed with empty string auth (null auth)