Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

configuring LDAP with jts using tomcat

 I had configured LDAP with jts using tomcat I am able to import the user from my Microsoft Active directory .
but the problem is that I am unable to login into the application using windows credentials. I have to use ADMIN as a user Id as well as password.

please verify my tomcat's server.xml file  parameters shown below,
<realm className="org.apache.catalina.realm.JNDIRealm" <br="">         connectionName="dc=companyname,dc=com"
               connectionPassword="*********"  
       connectionURL="ldap://hostname.com:389" 
               userBase="dc=company name,dc=com" 
               userSearch="(uid={0})" 
               userSubtree="true" 
               roleBase="dc=company name,dc=com" 
               roleSubtree="true" 
               roleSearch="(memberNotAvailablexxx={0})" 
               roleName="cn" 
    />

0 votes

Comments


Be the first one to answer this question!

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 6,125
× 88

Question asked: May 21 '15, 8:35 a.m.

Question was seen: 2,179 times

Last updated: May 25 '15, 11:44 a.m.

Confirmation Cancel Confirm