Configured ldap settings in loginldap plugin in config.ini.php, however matomo UI isn't showing it

We have deployed matomo in Nomad with docker driver and loading configuration with config.ini.php. I have configured connection details in loginldap plugin as below however matomo UI isn’t showing it.

[LoginLdap]
enabled = 1
ldap_enabled = 1
ldap_host = “ldap01."
ldap_port = 389
ldap_search_base = "dc=
,dc=
**”

Can you please suggest how I can populate it in UI ?

Thanks,