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

Issues with LDAP #142

Closed
nrj5k opened this issue Jun 1, 2020 · 5 comments
Closed

Issues with LDAP #142

nrj5k opened this issue Jun 1, 2020 · 5 comments

Comments

@nrj5k
Copy link

nrj5k commented Jun 1, 2020

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.

@bilde2910
Copy link
Owner

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?

@nrj5k
Copy link
Author

nrj5k commented Jun 4, 2020

I upgraded from I think 1.4, installed from git manually.

@nrj5k
Copy link
Author

nrj5k commented Jun 4, 2020

I got it working now, I think my memcached needed to be updated or recompiled, either way its working. Thank you.

@nrj5k nrj5k closed this as completed Jun 4, 2020
@mansguiche
Copy link

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 bilde2910/hauk image. I have pulled the latest image just in case but unfortunately it did not fix the issue. Any ideas?

@mansguiche
Copy link

mansguiche commented Apr 6, 2022

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

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