-
Notifications
You must be signed in to change notification settings - Fork 197
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
Can't contact LDAP server (-1) for user when using openldap #100
Comments
Hi, @Marketos-Damigos |
You have to set the port to 389 inside the container when using internal docker network. You can do that with
|
Hi, @baba2k |
This is still a problem for me
Please help |
Isn't this the osixia repo? Can I get help for osixia images here? |
Can I get some help with this please? I checked that the docker container could resolve the host name. It could not. I added a docker network to the stack and specified container names (not that this has any bearing on name resolution, just pointing out what I have done differently) I am able to submit an LDAP query in the LDAP container. The problem persists. Latest compose file
|
@suityou01 just creating a new network solved the issue for me. For me the problem was that I was using the default network which doesn't have the |
I am getting this error message when I try to login to the server as in #29 :
If i use
ldapsearch
inside the container, using either theenv
variable or directly specifyingopenldap:1389
it works perfectly.I have the following
docker-compose
file:The text was updated successfully, but these errors were encountered: