Description
Describe the bug
I have configured authentication via an Active Directory Server. Users without a german "Umlaut" can login without any problems.
But users with an "Umlaut" in there CN getting "Ldap: Invalid Credentials" as a response on the login page.
It has been double checked with two users having this issue.
To Reproduce
Steps to reproduce the behavior:
- Configuring Active Directory Server in Ldap Config
- Try to login as a user which have an "Umlaut" in their CN
- Getting error message on login page
Expected behavior
User should login without any errors.
Version
ansibleforms v5.0.0
Deployment
Deployed ansibleforms with :
- docker-compose
Additional context
Logs only shows error: Error connecting to ldap : Invalid Credentials but credentials
are correct.
Full DN from user account look similar than this CN=<here is sAMAccountName>_(<forename>_<surname>),OU=user,OU=<censored>,DC=<censored>,DC=<censored>,DC=de
as <surname>
contains an "Ö"