I hope to get
Tomcat to use Active Directory. I am using tomcat 5.5.9. I have a simple application that uses form authentication. I have the login.jsp with form submitting to j_secuity_check. I tested this using the tomcat-user.xml. And now I want to add in Active Directory. I have tried adding in this realm to the server.xml
Is this look correct? I am getting this exception:
javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: LdapErr:
DSID-0C09030B, comment: AcceptSecurityContext error, data 525, v893 ]
at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:2988)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2934)
Does anyone have a working entry I could see or any guidance? In the documentation it says I need a jar, I wouldn't think Microsoft would make a jar for us
Java people
Thanks,
Tom