Grafana ldap config

I am getting the following error in the logs when i restart services to check ldap settings:

t=2020-08-28T17:22:28-0400 lvl=eror msg=“Failed to obtain the LDAP configuration. Please verify the configuration and try again” logger=context userId=1 orgId=1 uname=admin error=“Failed to load LDAP config file: Near line 25 (last key parsed ‘servers.bind_dn’): invalid escape character ’ '; only the following escape characters are allowed: \b, \t, \n, \f, \r, \”, \\, \uXXXX, and \UXXXXXXXX"

The config line looks like this:
bind_dn = “CN=Service account, Sa-serviceaccount,OU=ETS,OU=Non-Interactive,OU=Service Accounts,DC=corp,DC=company,DC=com”

dsquery shows that it needs the , and thats how i use that service account for other configs. How can i adjust the string to work?