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
Reproduce: add server in form username:password@domain.com/database
username:password@domain.com/database
Expected behavior: after clicking on the server I see only the database the user was authenticated against or I get get to see the servers collections
What happens: 404 happens
The text was updated successfully, but these errors were encountered:
Genghis doesn't (always?) support authenticating against a single database. See #69 and #74 ... It's my highest priority for the next release, so I hope to have a fix soon.
Sorry, something went wrong.
2034abb
Check the just-released v2.3.0… It should fix all problems when authenticating against a single db.
v2.3.0
Sorry, no. The bug is still there. It's with the php backend.
Ahh. I bet you're using Apache?
See #62 and https://github.com/bobthecow/genghis/wiki#apache-configuration for a fix.
Yup, this was it. Thanks
Awesome!
I'm looking for a better long-term solution, but in the interim I should prolly document that fix a bit more as well.
No branches or pull requests
kdauzickas commentedMar 24, 2013
Reproduce:
add server in form
username:password@domain.com/database
Expected behavior:
after clicking on the server I see only the database the user was authenticated against or I get get to see the servers collections
What happens:
404 happens
The text was updated successfully, but these errors were encountered: