Hi, I am migrating my web application to 4.1.27 from tomcat 3 .
In tomcat 3 , I had following code for authentication in server.xml. <RequestInterceptor className="com.remind.securetomcat.SecRealm" debug="0" initCtx="com.sun.jndi.ldap.LdapCtxFactory" ldapHost="ldap://ldap.mycompany.com:389" baseDn="ou=active,ou=employees,ou=people,o=mycompany.com" maxDnAge="300" maxPwAge="6000" maxFilterAge="6000" /> where as 'com.remind.securetomcat.SecRealm' is my class to authenticate user by my company's ldap. com.remind.securetomcat.SecRealm class extends tomcat's org.apache.tomcat.core.BaseInterceptor' , which is not present in tomcat 4.1.27 . What changes are required to make authentication work in server.xml in tomcat 4.1.27 configuration to make this work? Thanks and Regards Shailesh --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
