-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authorization with login via LDAP is case-sensitive #2436
Comments
|
a solution could be to optionally force case on importing users, our end is indeed case-sensitive |
|
@AdSchellevis close or add glue? |
|
let's close it, it's not high enough on my todo list and this doesn't affect a lot of users. |
|
Hi, |
|
Hi, |
|
option for case-insensitive matches has been in OPNsense since some time (21.1), see #4451 |
We use LDAP Auth with AD. Works perfectly except that the imported user names are case sensitive regarding the authorization (group membership). So I can login as torsten.vielhak (authenticated against LDAP) but than I get
"No page assigned to this user! Click here to logout. "
If I use "Torsten.Vielhak" everything works as expected. I think the authentication via LDAP is not case-sensitive but the mapping to the group membership inside OPNsense is.
Keep up your great work! We love OPNsense!
The text was updated successfully, but these errors were encountered: