Hi guys,
I would like to know if some of you have already run onto this problem :
Authentication using OpenLDAP option check the exact 'username' string between
ldap answer and the username field in authentication message box. So, for
example, if your ldap username attribute contains "TotoA" and user key in
"totoa", application returns : Invalid Username.
I think most of authentication systems are case sensitive only for password,
not on the username.
The code checking for ldap authentication in Openmeetings is there :
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/src/app/org/openmeetings/app/ldap/LdapLoginManagement.java
Sebastian has proposed this solution :
"we could add an option "ignoreUpperLowerCase" to the ldap configuration.
Making it generally "ignore" would need verification on ADS, OpenLDAP et cetera
how they behave regarding upper/lowercase."
I've opened this ticket :
https://issues.apache.org/jira/browse/OPENMEETINGS-27
Please vote for it if you are interested to change the way username is manage.
Have a nice day.
Benoit