Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to turn off the case-sensitivity?

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

0 votes

Comments

Thank you all for your help and answer.



4 answers

Permanent link
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

1 vote


Permanent link
 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

0 votes


Permanent link
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.

0 votes


Permanent link
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. 

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Mar 16 '11, 9:39 a.m.

Question was seen: 7,501 times

Last updated: Jul 20 '12, 1:13 p.m.

Confirmation Cancel Confirm