osure, dissemination,
distribution or copying of it or its
contents
- Original Message -
From: "Christopher Buffington" <[EMAIL PROTECTED]>
To: "Tomcat Users List" ; "Martin Gainty" <[EMAIL
PROTECTED]>
Sent: Monday, December 04, 2006 5:40 PM
Subj
Thanks for the info. I have actually gotten this far. In the examples
connectionName and connectionPassword are used and I'm trying not to put
those valuse in my Realm configuration. I am able to do it by turning on
anonymous logins in ADAM but I know this will not be allowed for a final
solution.
Christopher-
A programmatic example and javadoc is located here
http://tomcat.apache.org/tomcat-5.5-doc/catalina/docs/api/org/apache/catalina/realm/JNDIRealm.html#referrals
HTH
M-
This e-mail communication and any attachments may contain confidential and
privileged information for the use of the
Would have to see your server.xml configuration for http://mail-archives.apache.org/mod_mbox/tomcat-users/200311.mbox/[EMAIL
PROTECTED]
Here is the javadoc for JNDIRealm (for programmatic implementation)
This e-mail communication and any attachments may contain confidential and
privileged informa
IIRC there is no way to do that. As an alternative, you can hack
JNDIRealm to have it do what you wish.
-Tim
Christopher Buffington wrote:
I'm trying to use form based authentication with JNDIRealm to validate
users
in an Active Directory Application Mode (ADAM) directory. I have a small
test