How can I update the LDAP password in RTC after changing it on LDAP server?
The User that I use to connect to the LDAP server had the password changed and now I cannot seem to start RTC due to authentication errors.
I tried using a clear text password in the teamserver.properties file with no luck.
com.ibm.team.repository.ldap.registryPassword=MyPassword
Any other ideas?
I'm using Active Directory if that makes a difference.
WARNING: Exception performing authentication
javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: LdapErr:DSID-0C090334, comment: AcceptSecurityContext error, data 52e, vece ]
I tried using a clear text password in the teamserver.properties file with no luck.
com.ibm.team.repository.ldap.registryPassword=MyPassword
Any other ideas?
I'm using Active Directory if that makes a difference.
Accepted answer
This might work but I'm not 100%:
- Make a backup of your teamserver.properties file
- Remove the com.ibm.team.repository.user.registry.type=LDAP property so that your Jazz server reverts back to local app server authentication
- Add a user with the JazzAdmin role to your app server's user repository (e.g. tomcat-users.xml for Tomcat)
- Start the app server (I assume you've updated the bind password in your app server?)
- Login to the JTS using your JazzAdmin user
- Run through the /jts/setup and set-up the LDAP settings again when you get to the authentication page