Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(users): force user name to lower case
Users inside a remote LDAP are usually matched in case-insentive mode. Make sure to always force the username to lower case to avoid mismatch when the remote LDAP has names in uppercase (like AD): this change will fix access for OpenVPN users using the external LDAP. Note that such users are already imported in lower case inside the users db.
- Loading branch information