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

EDS doesn't use user password even if it is known to the engine [CORE6275] #6517

Open
firebird-automations opened this issue Apr 4, 2020 · 3 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @aafemt

When isc_dpb_password is provided to the engine using embedded connection it is not used by EDS without user credentials. IMHO, the engine should store the password (encrypted may be) and provide it to EDS when no user credentials is set in the query.

Also network server should provide the password to the engine if auth plugin allows that.

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

assignee: Alexander Peshkov [ alexpeshkoff ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

That trick with embedded engine appears possible. I suppose not only password - login should be used too?

What about getting password from network server - no, here I disagree, for some users that may become an argument to use the only plugin with that feature: ahh, we had to use legacy plugin cause srp does not support subj feature.

@firebird-automations
Copy link
Collaborator Author

Commented by: @aafemt

At first, login is already provided.
At second - no, legacy plugin doesn't allow that. At least not a plain password which I would like to receive.

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

2 participants