docker-phpLDAPadmin: OpenLDAP & phpLDAPadmin in 1 tutorial not working locally

I put the script from OpenLDAP & phpLDAPadmin in 1, and I run it locally.

Here is the local output:

PHPLDAP_CID: ed4acc79c6447c243425932c002b5f55c313aa74419a0f414f71223a76814858
PHP_LDAP_IP: 172.17.0.3
Go to: https://172.17.0.3
Login DN: cn=admin,dc=example,dc=org
Password: admin

Then I went to the https://172.17.0.3, it stays hanging there and display no results.

Can anyone tell me if I did anything wrong?

Thanks, Rui

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 16

Most upvoted comments

I have a mac too and had the same issue but this works for me:

First, run : docker run --name ldap-service --hostname ldap-service --detach osixia/openldap:1.1.1

Then run : docker run --name phpldapadmin-service -p 6443:443 --hostname phpldapadmin-service --link ldap-service:ldap-host --env PHPLDAPADMIN_LDAP_HOSTS=ldap-host --detach osixia/phpldapadmin:0.6.8

Now access by the assigned IP in the vm that in my case is https://192.168.99.100:6443