> From: Jeff Powell [mailto:[EMAIL PROTECTED]
> Subject: RE: context.xml and custom realm
>
> I created a auth.conf file in my $CATALINA_HOME/conf and
> pointed the JVM to it.

How?  You should be setting the system property java.security.auth.login.config 
just for Tomcat rather than changing the global configuration, which affects 
every JVM execution on the system.

> /usr/local/apache-tomcat-6.0.16/auth.conf:
> dropInv {
>         com.ips.security.UdLoginModule required;
>         loginFile="VALIDATION";
>         loginKey="100!IPS.DROP.AUTH";
>         userAttr="3";
>         credAttr="4";
>         roleAttr="5";
> };

What do you expect JAAS to do with things above that aren't LoginModule class 
names?  LoginModules are the only things allowed here.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to