It's all about the answers!

Ask a question

How to turn off the case-sensitivity?


Wojciech Bialy (1196) | asked Mar 16 '11, 9:39 a.m.
Hello,

Could you help me find out how do I turn off the case-sensitive option.
I have a hard time to find this setting.

Thanks in advance for your help.

Cheers
Wojciech

Comments
Wojciech Bialy commented Jun 13 '12, 1:49 a.m.

Thank you all for your help and answer.

4 answers



permanent link
Guido Schneider (3.4k1491115) | answered Jun 12 '12, 12:18 p.m.
Note: also archived users are not allowed to only differ by case. You must clean this first.

See also: http://www-01.ibm.com/support/docview.wss?uid=swg21499910&myns=swgrat&mynp=OCSSCP65&mync=E


permanent link
Sean G Wilbur (87222421) | answered Jun 12 '12, 10:07 a.m.
JAZZ DEVELOPER
edited Jun 12 '12, 1:28 p.m.
 For user case sensitivity navigate to the /<app>/admin and /jts/admin  Advanced Properties pages and update
com.ibm.team.repository.service.internal.ContributorService the default value is false, as Karl comments below update this to true to turn on case insensitive matching.

 Confirm that you have the matching setting in WAS or Tomcat to support this.

WAS will be in your Security Realm Definition, look for the option Ignore case for authorization

 In Tomcat this is default, and is a property in the server.xml file.
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html

    -Sean

permanent link
Karl Weinert (2.0k52736) | answered Jun 12 '12, 11:45 a.m.
JAZZ DEVELOPER
You need to go to the  Advanced Properties pages  for each of your applications
i.e. server:port/jts/admin#action=com.ibm.team.repository.admin.configureAdvanced
Search for:
com.ibm.team.repository.service.internal.ContributorService  or just ContributorService  
Set:
Use case insensitive user ID matching to true

Any duplicate useranmes that differ only by case will have issues after changing this setting.

permanent link
Marc Richards (122) | answered Jul 20 '12, 1:13 p.m.
Important note for CLM 4.x users who use Tomcat.  As of Tomcat 7 (which ships with CLM 4) this option is removed and you are forced to use case-sensitive logins. 

This gave me a a lot of trouble when I upgraded from version 3 to 4. 

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.