It's all about the answers!

Ask a question

Clm tomcat and ldap configuration


vijay panari (5211118) | asked May 15 '15, 3:19 a.m.
 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



permanent link
Donald Nong (14.5k614) | answered May 15 '15, 3:32 a.m.
 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


Register or to post 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.