-
Notifications
You must be signed in to change notification settings - Fork 40
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
Ldap authentication error #199
Comments
First, your authentication methods indicate password is the default, so have you explicitly changed the user auth method to LDAP? Then based on LDAP configuration, you are using authenticated binding, is this correct? Ie your user should be able to authenticate with his own credentials to the LDAP server? |
Hi @s31t0n, I'm assuming this is related to what we were discussing regarding certificates over at #187. Now that I've replicated my setup on macOS, maybe I can help you out. Are you using the built-in version of apache/php/etc.? I'm using AMPPS, so the location of my configuration files may be different than yours. Relevant files in AMPPS: In
In
To create the
Hopefully this works for you. Let me know if you need any more help or clarification. |
Hi,
i managed to install and configure kloudspeaker on my Mac,
MAC OSX 10.12.3
LADPv3
KloudSpeaker latest version
based on the informations from this link,
BackEnd Configuration
tried to configure the LDAP authentication,
following my configuration.php file
following the error i'm getting
class:KloudspeakerBackend, type:->, args:{0:Request}}}RESPONSE error {0:107, 1:Authentication failed, 2:403}
Could you please check this out on how can i fix it?
I guess i'm missing some configuration.
And the error is not related to the credentials as i can login to the ldap server with other utilities.
Thanks in advanced.
The text was updated successfully, but these errors were encountered: