JTS-LDAP-Setup: New user could not be created (ID CRJAZ1551E)
Fabian Rodriguez (31●1●5)
| asked Sep 26 '13, 8:27 a.m.
retagged Sep 30 '13, 9:57 a.m. by Ralph Earle (257●3●9)
Hello,
I'm currently trying to set up Jazz Team Server on WebSphere Application Server using a DB2-Database and an OpenLDAP-Directory. At the step "Setup User Registry" the Connection test results positive, giving me as details a cryptic "{'hint.findGroupsForUserQuery':'{USER-DN}'}", however when finishing the step I get the error-message "The new user could not be created. See the details for more information.ID CRJAZ1551E" |
2 answers
I've now found a workaround: After analyzing the LDAP-queries I found out that the setup was querying for the mailadress with the uid, so I changed the mailadress of that user to match his uid (removing @mydomain.com) the setup worked flawlessly.
Thank you for all your answers :) |
Ralph Schoon (63.7k●3●36●48)
| answered Sep 26 '13, 8:58 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
On the LDAP setup page, there is a link to a description that explains what you can do to test if your settings are correct. I would suggest to follow that link and do the testing. There are different settings in WAS as well as in The teamserver.properties, if one of these does not work correctly, you see odd things happening. Another path you can go is to enable LDAP logging in the log4J settings in the various application folders in the server/conf/ folder. More logging might tell you what is going on. Also check the log files in general.
We provided some things we have seen with LDAP in https://jazz.net/library/article/662 . There are some troubleshooting appendices. It might be too specific for the LDAP we used back then and no match for you though. |
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.
Comments
Hi Fabian,
Please notice that the support for OpenLDAP is limited to best effort basis (https://jazz.net/wiki/bin/view/Deployment/CLMSystemRequirements403#A10_Identity_Management)
Anyway it could be good to look into jts.log file. in <WAS-INSTALL>/profiles/<your-profile>/logs directory. Please paste the output of that file here.
You can find the jts.log here: http://pastebin.com/eXQwNeBx
Who are you logged in as? Try logging in with the LDAP account and continuing with setup.
Fyi, that "hint" is not meant to be shown in the web UI and you can ignore it. See {'hint.findGroupsForUserQuery':'{USER-DN}'} should not be surfaced to user (279010) for more information.