Enabling LDAP on WebSphere Application Server after using JAZZ as user managment
Hi,
3 answers
It should be fine. Just follow the standard documents.
1.https://www.ibm.com/support/knowledgecenter/en/SSYMRC_6.0.4/com.ibm.jazz.install.doc/topics/c_admin_was_console.html
2. https://www.ibm.com/support/knowledgecenter/en/SS2L6K_6.0.4/com.ibm.jazz.install.doc/topics/t_instl_config_ldap_on_was.html
https://jazz.net/library/article/96
You need to make sure there are matching users on the LDAP server.
Comments
Hi,
You need to re-do the role mapping every time you change the user registry - step 9 in the below document.
https://www.ibm.com/support/knowledgecenter/en/SS2L6K_6.0.4/com.ibm.jazz.install.doc/topics/t_deploy_was.html
If you cannot get into the WAS admin console anymore, follow the steps below.
http://www-01.ibm.com/support/docview.wss?uid=swg21405302
Hi,
Hi,
you have to define a primary admin account in the WebSphere configuration which is existing in the LDAP.
And you can also map LDAP accounts to WebSphere roles.
Should be all on top Level of WebSphere Security section.
Greetings Georg.
hi,
Hi,
Comments
You need to set the User Registry Type in JTS to LDAP in order to synchronize the users. If you create a new LDAP user in the appropriate LDAP group, it should be added to JTS automatically during the nightly user synchronization. You can also add the user manually on the Active Users page of the Web GUI.
Thanks Donald,
Check the advanced property LDAP Registry Location under com.ibm.team.repository.service.jts.internal.userregistry.ldap.LDAPUserRegistryProvider, or the com.ibm.team.repository.ldap.registryLocation line in server/conf/jts/teamserver.properties (they are the same thing).
Authentication uses the LDAP configuration in WAS, while the user synchronization uses the LDAP configuration in JTS - different places, and configuration can be different although not recommended.