LDAP Authentication with a "," in the bind_dn

As the title says, I’m trying to configure LDAP authentication with a bind_dn that has a space in the CN. If I try and escape it, I get parsing errors. Something like this: error=“Failed to get LDAP config: Failed to load LDAP config file: Near line 23 (last key parsed ‘servers.bind_dn’): invalid escape character ‘,’; only the following escape characters are allowed: \b, \t, \n, \f, \r, \”, \\, \uXXXX, and \UXXXXXXXX"

With our specific configuration, I need to be able to use something like:
CN=Serv, GroupName, OU=Service Accounts, OU=Enterprise Resources, DC=EAMPLE, DC=com

Thanks!

What’s the error when you don’t escape it?