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

Empty login AND password combination is not treated as no-authentication mode #169

Open
ivanthescientist opened this issue Jun 20, 2022 · 0 comments

Comments

@ivanthescientist
Copy link
Contributor

Some DB tools always send empty string in place of Username and Password (instead of nulls). If the cluster operates in no authentication mode, it will throw an exception upon receiving non-null Login/Password, therefore making it impossible to connect to the cluster from a tool that always sends non-null Login/Password.

A workaround for this is to treat empty string in Login AND Password as a no-auth mode and just send nulls instead.

@viliam-durina viliam-durina added this to the 5.2.1 milestone Oct 17, 2022
@degerhz degerhz removed this from the 5.2.1 milestone Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants