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 (#81)
Users inside a remote LDAP are usually matched in case-insenstive 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. NethServer/nethsecurity#966 Note that such users are already imported in lower case inside the users db.
- Loading branch information