LDAP Connection loss

I don’t know why I can’t start my directus .
What’s wrong in my .env config :face_holding_back_tears: ? I try with ldap free server for test.
I’ve been stuck with this problem for several days now.
Directus version : 11.8
Database : mariaDB
Please Help me ,thank you
AUTH_PROVIDERS=ldap,local
AUTH_LDAP_DRIVER=ldap
AUTH_LDAP_CLIENT_URL=ldap://ldap.forumsys.com:389
AUTH_LDAP_BIND_DN=cn=read-only-admin,dc=example,dc=com
AUTH_LDAP_BIND_PASSWORD=password
AUTH_LDAP_SEARCH_BASE=dc=example,dc=com
AUTH_LDAP_SEARCH_FILTER=(uid={{username}})
AUTH_LDAP_IDENTIFIER_KEY=uid
AUTH_LDAP_EMAIL_KEY=mail
AUTH_LDAP_DISPLAY_NAME_KEY=cn
AUTH_LDAP_AUTO_CREATE_USER=true
AUTH_LDAP_DEFAULT_ROLE_ID=94ccd066-e36c-4572-a712-f112b43b3880

Hi, @panut,

I am new in this community.
I hope you’ve found the answer before me. But if not, I hope my reply helps.
As general first use, I love to play the logs : https://directus.io/docs/configuration/logging
As per your question, I have also had a similar problem to yours. Then, i search on google i found this link : GitHub · Where software is built