Closed MaxR522 closed 10 months ago
Hi @MaxR522,
I think your host IP is incorrect. Can you try "localhost" as well as "127.0.0.1"?
Hi @MaxR522,
I think your host IP is incorrect. Can you try "localhost" as well as "127.0.0.1"?
Hello! Thanks for your answer, I changed the image using this instead: https://github.com/osixia/docker-openldap And it works fine Thank you
Environment:
Hi @stevebauman ,
I tried to use ldapRecord-laravel, and I want to connect it with bitnami/openldap docker image using a docker-compose file, this is the docker-compose file looks like:
And these are the env inside .env:
My problem is, when I run the
php artisan ldap:test
, I always get the error: "invalid credential", this is the full outputCan you help me finding what's wrong with this configuration please ?