Fix unexpected escaping on LDAP configs
It's possible that using UID for an LDAP server in the form of:
`domname\username`, in this case the slash will be escaped and
authentication will always fail. Since we're not using interpolation in
the config, it's better replace `EOS` with `'EOS'`.
Signed-off-by:
kfei <kfei@kfei.net>
Please register or sign in to comment