Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Bug
-
None
-
None
-
None
-
docker
Description
Hi there,
We have ldap auth working for us via active directory. We have issues with case senstivity around logins. For example most users have no idea if their username is
User.Name
or USER.NAME or whatever. - active directory doesnt care about case, and neither does ldap authentication.
But when they log in to guac and do not match the case of their login exactly, guac allows them to log in, but they just don't have any machines to connect to.
Wondering if it could be made to either fail the logins if it doesn't match correct case, or ignore case when matching the username in the local guac db.
Thanks