From: "Wendy Smoak" <[EMAIL PROTECTED]>
I have a standalone Tomcat 5.0 instance, and a third-party webapp that has
support for authentication via LDAP. Of course, we don't have LDAP, we
have Kerberos. It should be a simple matter to plug in a different Realm,
right?
Replying to myself for
is (Tomcat
authentication with Kerberos) yet, but Google just isn't turning up
anything.
I started at the Realm HowTo [0] and found the JAASRealm section.
From here it looks like I need to write my own LoginModule. Except... there
is com.sun.security.auth.module.Krb5LoginModule [1]. Can