Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not escape password for LDAP connectors (#3470)
With the change introduced in #3372 Dex declines passwords that contain special characters. Since password is not passed to any kind of filters, it is safe to pass a password as is. No LDAP query injections are possible. This commit is a revert of password escaping. Signed-off-by: m.nabokikh <[email protected]>
- Loading branch information