Clm tomcat and ldap configuration
I had made following changes in server.xml file but its not getting connected with my LDAP server, please help me out , any suggestions are appreciated.
Realm className="com.ibm.team.repository.localgroups.realm.LocalMappingJNDIRealm"
connectionURL="ldap://server.com"
userBase="ou=users,dc=company,dc=com"
userSearch="(uid={0})"
userSubtree="true"
roleBase="ou=people,dc=company,dc=com"
roleSubtree="false"
roleSearch="(memberNotAvailablexxx={0})"
roleName="cn"
/>
Thanks in advance.
|
One answer
The LDAP port number 389 is clearly missing. Check your steps carefully against the existing documents.
https://jazz.net/help-dev/clm/topic/com.ibm.jazz.install.doc/topics/t_manually_config_tomcat_ldap.html
https://jazz.net/library/article/457
Comments
vijay panari
commented May 15 '15, 5:55 a.m.
I had tried using port number 389 also but still it's not working.
Donald Nong
commented May 17 '15, 8:54 p.m.
"Not working" is not helping in describing the problem.
|
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.