I was hoping to get something else. Sure our sysadmin will enjoy to put
600 usernames in one line of /etc/groups (assuming HP-UX and NFS allows
it)...
Mark Thomas a écrit :
>David Delbecq wrote:
>
>
>>*outch* This mean i will have to change my web.xml with future tomcat
>>version.
>>How do I al
David Delbecq wrote:
> *outch* This mean i will have to change my web.xml with future tomcat
> version.
> How do I allow access to a ressource to all authenticated users now?
Create a global role. Assign all users to that role. Use the global
role rather than "*".
Mark
-
Oliver Kohll wrote:
> Oops no it didn't, my mistake. The app now doesn't prompt for
> authentication at all. Is there a way of getting it to work so that the
> authentication is used but you don't have to hard code roles in web.xml?
Make every user a member of the global role and use this role r
*outch* This mean i will have to change my web.xml with future tomcat
version.
How do I allow access to a ressource to all authenticated users now?
Mark Thomas a écrit :
>Oliver Kohll wrote:
>
>
>>Hi,
>>
>>I have security for a web application managed by a DataSource database
>>realm. Using to
t;[EMAIL PROTECTED]>
Date: 6 February 2006 10:54:55 GMT
To: "Tomcat Users List"
Subject: Re: auth-constraint in web.xml in tomcat 5.5.15
Thanks. Commenting out the got the result I want.
Oliver
On 3 Feb 2006, at 17:54, Mark Thomas wrote:
Oliver Kohll wrote:
Hi,
I have security f
Thanks. Commenting out the got the result I want.
Oliver
On 3 Feb 2006, at 17:54, Mark Thomas wrote:
Oliver Kohll wrote:
Hi,
I have security for a web application managed by a DataSource
database
realm. Using tomcat 5.5.14 this works fine but in 5.5.15 there
seems to
be a problem.
Oliver Kohll wrote:
> Hi,
>
> I have security for a web application managed by a DataSource database
> realm. Using tomcat 5.5.14 this works fine but in 5.5.15 there seems to
> be a problem.
> The problem seems to be the * line. If I put a
> specific role in, users in that role can log in but
Hi,
I have security for a web application managed by a DataSource
database realm. Using tomcat 5.5.14 this works fine but in 5.5.15
there seems to be a problem.
My application's web.xml contains
portalBase Application
/*
*