which authenticator 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
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 th
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 don't