Re: Client Authentication

2005-11-30 Thread Markus Plail
Dobson Paul L Contr 84 MSUG/GBMLBR <[EMAIL PROTECTED]> writes: > Thanks for the additional insight into client authentication. > > The smart card and IE are set up correctly to prompt for a valid > certificate. I know this because that is how it works when I visit > other web sites on our network

Re: Client Authentication

2005-11-29 Thread Markus Plail
Dobson Paul L Contr 84 MSUG/GBMLBR <[EMAIL PROTECTED]> writes: > I am having a tough time finding information on implementing client > authentication. When trying to access my site, I need the user to be > presented with a dialog box asking for a digital certificate. The > certificate needs to be

Re: JAASRealm-based Login Fails After Upgrade from 5.0 to 5.5

2005-11-24 Thread Markus Plail
"Shaw, David \(David\)" <[EMAIL PROTECTED]> writes: > I have a stable, working, Struts-based web application running under > Tomcat 5.0.28 that uses HTTP BASIC authentication and a JAASRealm (with > a home grown LoginModule and user and role principals) over SSL. The > authentication / security has

Re: Using Authentication/Authorization

2005-11-17 Thread Markus Plail
Hi Jeremy! Jeremy Crosbie <[EMAIL PROTECTED]> writes: > Can you supply the relevant sections of your web.xml? I am using > FORM-based authentication--tested with both the Memory and JAAS > realms--but maybe this will give you some hints: Do you successfully use JAAS realm based authentication in

Re: Tomcat overwrites error response body

2005-11-17 Thread Markus Plail
Anurag Chakravarti <[EMAIL PROTECTED]> writes: > Tomcat sends back a default error HTML page, even when I don't want it > to. I want my servlet to send its own error response body. I am doing > the following in my servlet doPut method. > > java.io.PrintWriter pr = resp.getWriter(); > pr.println(e.g

Re: How to add client certificate to use in Servlets

2005-11-17 Thread Markus Plail
Hi Oliver! Oliver Schoenwald <[EMAIL PROTECTED]> writes: > I'm using Tomcat 5.5.4 and have implemented a webapplication that > connects to other servers to look for the existence of certain URLs > and to load soap-data using the Jakarta Axis-Library. Now there is a > remote server reachable via a

Re: JAAS Login not working since 5.5.10

2005-11-15 Thread Markus Plail
Hi again! Markus Plail <[EMAIL PROTECTED]> writes: > Since 5.5.10 my JAAS LoginModule doesn't work anymore. I saw that > JAASRealm was changed in 5.5.10 and I wonder if anyone can tell me > what I am doing wrong. Is no one else seeing this problem? If there is someone, who

JAAS Login not working since 5.5.10

2005-11-11 Thread Markus Plail
told that vnetadmin is added as a role to my user and right after it Tomcat can't find the vnetadmin role. VnetRole and VnetUser are my implementations of java.security.Principal. Thanks in advance Markus Plail - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]