How do I configurae the LDAP to pull users from specified groups?
I have a Jazz group CN , and all the JazzAdmins , JazzDWAdmins, .. are in this groups.
I have users in CN=Users
Problem : I am not able to pull th eusers of JAzz Groups .I am getting the following error in Setup
I have users in CN=Users
Problem : I am not able to pull th eusers of JAzz Groups .I am getting the following error in Setup
The user ID you logged in with is not recognizable.
If you used the default ADMIN user to log in, you likely disabled it during the setup. Try again using the new admin user you created during the setup.
Try Again
Here are my settings in WAS:
BASE GROUPS :
OU=JazzGroups,DC=mgenserver,DC=com
Bind distinguished name (DN)
CN=Administrator,CN=Users,DC=mgenserver,DC=com
I have left for default setting in
Here are my settings in WAS:
BASE GROUPS :
OU=JazzGroups,DC=mgenserver,DC=com
Bind distinguished name (DN)
CN=Administrator,CN=Users,DC=mgenserver,DC=com
I have left for default setting in
0 votes
4 answers
We have an article on our deployment Wiki.
https://jazz.net/wiki/bin/view/Deployment/ConfigureCLMOnWASWithLDAP
Let me know if this helps.
https://jazz.net/wiki/bin/view/Deployment/ConfigureCLMOnWASWithLDAP
Let me know if this helps.
Hi Girish
It might be the Group member ID map under " Advanced Lightweight Directory Access Protocol (LDAP) user registry settings" in WAS.
I am not 100% sure, but for Microsoft ADS it might be groupOfNames:member
I am referring to step 9 of https://jazz.net/wiki/bin/view/Deployment/ConfigureCLMOnWASWithLDAP
Additionally, the value should be entered during the CLM setup as well
https://<clmserver>:<port>/jts/customSetup#/steps/6
Group Member Property should be set to "member"
It might be the Group member ID map under " Advanced Lightweight Directory Access Protocol (LDAP) user registry settings" in WAS.
I am not 100% sure, but for Microsoft ADS it might be groupOfNames:member
I am referring to step 9 of https://jazz.net/wiki/bin/view/Deployment/ConfigureCLMOnWASWithLDAP
Additionally, the value should be entered during the CLM setup as well
https://<clmserver>:<port>/jts/customSetup#/steps/6
Group Member Property should be set to "member"