-
Notifications
You must be signed in to change notification settings - Fork 63
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
Issues with LDAP #142
Comments
That's pretty strange, and shouldn't be happening. There were no changes from v1.6 to v1.6.1 that should have triggered such a bug. Which version did you upgrade from? And how did you install Hauk? Manually by cloning the repo, using Docker, or from distro repositories/AUR? |
I upgraded from I think 1.4, installed from git manually. |
I got it working now, I think my memcached needed to be updated or recompiled, either way its working. Thank you. |
I have been having this same issue for the past month. As far as I know, no updates to the server or the app have happened in that time. I am using docker-compose from the |
Found the problem and fixed the error reporting in this pull request #183 in case anyone else has the same problem. Essentially your htpasswd file is missing or cannot be read but the authentication function doesn't catch for this and tries LDAP instead. This pull request will return an error to the front end informing you that your password file is missing instead of erroneously trying to authenticate using LDAP |
Hello
I recently upgraded from an earlier version to v1.6.1, I was using the HTPASSWD method of authentication. After the upgrade when I try to create a link it says couldn't connect to LDAP server but I am not using LDAP at all and am still on HTPASSWD.
Any idea how I can fix this?
Side note:
Great app, love it and can't stop recommending it.
The text was updated successfully, but these errors were encountered: