authorizedUsernames are case sensitive when using LDAP
Description
<authorizedUsernames>Tom,Andy,Harry,Pez</authorizedUsernames> fails in openfire.xml while <authorizedUsernames>tom,andy,harry,pez</authorizedUsernames> works fine. Not sure if the setup process allows to add names with upper case characters but in any way Openfire should convert them to lower case to make sure that they work.
<authorizedUsernames>Tom,Andy,Harry,Pez</authorizedUsernames> fails in openfire.xml while
<authorizedUsernames>tom,andy,harry,pez</authorizedUsernames> works fine.
Not sure if the setup process allows to add names with upper case characters but in any way Openfire should convert them to lower case to make sure that they work.