Closed kCyborg closed 9 months ago
Not trying to hijack your issue, but it turned out you had an authentication requirement ("Require authentication") on the flow you're using for LDAP authentication.
Removing that seems to have fixed the problem 🙂
Not trying to hijack your issue, but it turned out you had an authentication requirement ("Require authentication") on the flow you're using for LDAP authentication.
Removing that seems to have fixed the problem 🙂
Yes, that was exactly my issue, thanks so much!!!
Describe the bug I'm trying to use Authentik as an LDAP provider to use it in a web application that doesn't support SAML, OAuth, OICD or any other like :-( But when I end Authentik's installation and follow the LDAP Generic Support, while try to use
ldapsearch
command I get theldap_bind: Invalid credentials (49)
error.To Reproduce I'm using an Ubuntu 22.04.3 as a base box, fully updated and upgraded, with a public IP. I installed docker from the official Docker repository.
I install Authentik through the docker-compose file provided in this official guide.
Follow the steps provided in the LDAP Provider - Generic Setup and the youtube tutorial.
2.1 In this steps the only thing I needed to change was at the time to create the Outpost (nearly at the end of the tutorial/official documentation) I needed to set the
authentik_host_insecure:
(which come false by default) to trueldapsearch
command I get the error:ldap_bind: Invalid credentials (49)
Expected behavior Get a positive answer from the previous commands.
Screenshots Not applicable
Logs Logs from the docker container Outpost:
Version and Deployment (please complete the following information):
Additional context I have seen some issues as here and here , the OPs claim to resolver the issue manipulating the flow, but to be honest I don't very familiarized with these flows... Any way I will leave mine here:
Thanks in advance 🙏