[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

SebastianWagner resolved OPENMEETINGS-27.
-----------------------------------------

    Resolution: Fixed

there is a new param ldap_use_lower_case that you can add in the config file.
If the param is true, the username is converted to lowercase before validating 
the username.
This has no effect on how the password is verified.
                
> 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

        

Reply via email to