Openldap request is case sensitive for the username in Openmeetings. I guess it
should not
------------------------------------------------------------------------------------------
Key: OPENMEETINGS-27
URL: https://issues.apache.org/jira/browse/OPENMEETINGS-27
Project: Openmeetings
Issue Type: Bug
Components: BuildsAndReleases
Environment: Openmeetings running on Linux with ldap authentication on
eDir.
Reporter: Benoit VAUTRIN
Assignee: SebastianWagner
I can login using my eDir account but i must use a username exactly as it
happears in the eDirectory (Upper/Lower case). Usually username are not case
sensitive in ldap. with Openmeetings Yes.
I saw this code :
http://code.google.com/p/openmeetings/source/browse/trunk/singlewebapp/src/app/org/openmeetings/app/ldap/LdapLoginManagement.java?r=3377
i think the "user" variable should be forced in lowercase and the answer of the
ldap request also to ensure the test on the username will not care of
upper/lower case.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira