docker-phpLDAPadmin
docker-phpLDAPadmin copied to clipboard
phpLDAPadmin cannot start session
Greetings,
I've created an openLDAP docker container on Windows 10 with ports 636 and 389 mapped. I'm attempting to setup a phpLDAPadmin container and map it to the openLDAP container. I'm using the following docker run command: docker run -p 6443:443 --env PHPLDAPADMIN_LDAP_HOSTS=0.0.0.0:636 --detach osixia/phpldapadmin:0.7.2
phpLDAPadmin fires up fine but for some reason I get a message that ldap_connect() couldn't create a session handle. I'm logging in with the admin:admin credentials.
Not sure if I need to specify something different in the run command for the container. Please advise.