Re: extending org.apache.catalina.Authenticat

2006-07-26 Thread Christopher Schultz
Ferindo, I'm trying to extend my basic JDBC Realm form authentication within my web app to, in addition to checking for userid and password, also check to make users' passwords aren't too old and force them to update their passwords. I have done this with a filter that gets applied after the

RE: extending org.apache.catalina.Authenticat

2006-07-26 Thread Propes, Barry L
properties files they in turn point to. -Original Message- From: Ferindo Middleton [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 25, 2006 9:42 PM To: users@tomcat.apache.org Subject: extending org.apache.catalina.Authenticat I'm trying to extend my basic JDBC Realm form authentication within my

extending org.apache.catalina.Authenticat

2006-07-25 Thread Ferindo Middleton
I'm trying to extend my basic JDBC Realm form authentication within my web app to, in addition to checking for userid and password, also check to make users' passwords aren't too old and force them to update their passwords. How do I extend the org.apache.catalina.AuthenticatorBass class? I