Problem in connecting to RTC client when using LDAP
I have configured the RTC 1.0.1 to use LDAP authentication (IBM bluegroups).
I am able to connect to the RTC web client but when I try to connect to using the RTC eclipse based client, I get an authentication failure.
The error is -
Invalid user ID / password logging into 'localhost'.
CRJAZ0105I The request for URL "/jazz/service/com.ibm.team.repository.common.internal.IRepositoryRemoteService" was denied with an Unauthorized status.
Could someone please help resolve this.
Thanks
- Vibha
I am able to connect to the RTC web client but when I try to connect to using the RTC eclipse based client, I get an authentication failure.
The error is -
Invalid user ID / password logging into 'localhost'.
CRJAZ0105I The request for URL "/jazz/service/com.ibm.team.repository.common.internal.IRepositoryRemoteService" was denied with an Unauthorized status.
Could someone please help resolve this.
Thanks
- Vibha
3 answers
Hello,
We have had some similar problems with our Domino LDAP. We use WebSphere 6.1, so our LDAP configuration is in Websphere.
First, there is an issue with uppercase userids in LDAP. In our Domino, the Userid is normally stored uppercase in uid-field which is used by the LDAP-configuration. Login from the webclient is case insensitive, so I can use "userid" or "USERID". The RTC client instead requires uppercase (as it is stored in LDAP), the lowercase "userid" version does not work. So I suggest trying uppercase userid in RTC client.
Another problem is, we have a special user for build which userid is stored lowercase in the LDAP. The authentication is working, no problem with that. But authorization fails, Websphere or Jazz are having a problem to find the user in the Domino-Groups. I solved this by adding this special user in the websphere configuration to the JazzUsers-Group, so not using our domino-groups for authorization. Actually, I think this is rather a Domino/Websphere issue, not jazz.
Beside this, has anybody get the user import running with this (domino/websphere 6.1) configuration? We have the same error message with "members" and "cn" fields not in the groups in the jazz LDAP setup, as somebody already posted here.
Cheers,
Stefan
We have had some similar problems with our Domino LDAP. We use WebSphere 6.1, so our LDAP configuration is in Websphere.
First, there is an issue with uppercase userids in LDAP. In our Domino, the Userid is normally stored uppercase in uid-field which is used by the LDAP-configuration. Login from the webclient is case insensitive, so I can use "userid" or "USERID". The RTC client instead requires uppercase (as it is stored in LDAP), the lowercase "userid" version does not work. So I suggest trying uppercase userid in RTC client.
Another problem is, we have a special user for build which userid is stored lowercase in the LDAP. The authentication is working, no problem with that. But authorization fails, Websphere or Jazz are having a problem to find the user in the Domino-Groups. I solved this by adding this special user in the websphere configuration to the JazzUsers-Group, so not using our domino-groups for authorization. Actually, I think this is rather a Domino/Websphere issue, not jazz.
Beside this, has anybody get the user import running with this (domino/websphere 6.1) configuration? We have the same error message with "members" and "cn" fields not in the groups in the jazz LDAP setup, as somebody already posted here.
Cheers,
Stefan
I have configured the RTC 1.0.1 to use LDAP authentication (IBM bluegroups).
I am able to connect to the RTC web client but when I try to connect to using the RTC eclipse based client, I get an authentication failure.
The error is -
Invalid user ID / password logging into 'localhost'.
CRJAZ0105I The request for URL "/jazz/service/com.ibm.team.repository.common.internal.IRepositoryRemoteService" was denied with an Unauthorized status.
Could someone please help resolve this.
Thanks
- Vibha