osixia / docker-phpLDAPadmin

phpLDAPadmin container image 🐳🌴
MIT License
851 stars 197 forks source link

You cannot login with the information. There is a problem when it is edited. #71

Open erselbey opened 4 years ago

erselbey commented 4 years ago

Unable to connect to LDAP server ldap-host

Error: Invalid credentials (49) for user   | Failed to Authenticate to server Invalid Username or Password.

`#!/bin/bash -e docker run --name ldap-service --hostname ldap-service --detach osixia/openldap:1.1.8 docker run --name phpldapadmin-service --hostname phpldapadmin-service --link ldap-service:ldap-host --env PHPLDAPADMIN_LDAP_HOSTS=ldap-host --detach osixia/phpldapadmin:0.9.0

PHPLDAP_IP=$(docker inspect -f "{{ .NetworkSettings.IPAddress }}" phpldapadmin-service)

echo "Go to: https://$PHPLDAP_IP" echo "Login DN: cn=admin,dc=example,dc=org" echo "Password: admin"`

https://imgur.com/jbWQroY

@BertrandGouny