It's all about the answers!

Ask a question

configuring LDAP with jts using tomcat


Krunal Gaoli (67869) | asked May 21 '15, 8:35 a.m.
edited May 25 '15, 11:44 a.m. by Paul Slauenwhite (8.4k12)
 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" 
    />

Comments
Donald Nong commented May 21 '15, 8:11 p.m.

Be the first one to answer this question!


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.