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"
/>
Comments
Donald Nong
May 21 '15, 8:11 p.m.Isn't it the same as the other post?
https://jazz.net/forum/questions/184990/configuring-ldap-with-rqm