Grafana not connected to LDAP server

Hello. Grafana does not connect to the server with AD. Configuration ldap.toml and screenshot attached.
— ldap.toml –
[[servers]]
host = “10.0.0.25”
port = 389
use_ssl = false
start_tls = false
ssl_skip_verify = true
bind_dn = “CN=grafana,CN=Users,DC=bear,DC=local”
bind_password = ‘PASSWORD’

— telnet —

Trying 10.0.0.25…
Connected to 10.0.0.25.
Escape character is ‘^]’.

— screenshot —