Re: JDBC Realm Authentication Problem

2003-02-06 Thread Sean Dockery
. In the following server.xml, if I remove the context level realm, the authentication fails against the database (I can connect on startup, but I cannot authenticate to access the manager or admin applications). However, if I put the context level JDBC realm back in (exactly the same as the top level realm

Re: JDBC Realm Authentication Problem

2003-02-06 Thread Sean Dockery
that authentication is failing against the memory realm (so it doesn't bother checking your JDBC realm at the engine level). At 17:27 2003-02-06 -0700, you wrote: Um. I don't see a context-level realm in there. There is a host-level realm, however. :-) Did you remove anything at all (such as other

form based authentication problem

2003-02-04 Thread Ralf Lorenz
guess that was to much of description last time! next try can anybody tell me how to do some action, say put an object in the session or/and update a list in the servlet context directly after a user was logged in successfully via form-based authentication (context) with a jdbc-realm? ralf

RE: form based authentication problem

2003-02-04 Thread Barney Hamish
-Original Message- From: Ralf Lorenz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 1:13 PM To: [EMAIL PROTECTED] Subject: form based authentication problem guess that was to much of description last time! next try can anybody tell me how to do some action, say put an object

Re: form based authentication problem

2003-02-04 Thread Ralf Lorenz
thanks, that's exactly the solution i discussed right now with some other developers of my company. the question with the filter is whether it is called when the container forwards or redirects to the claimed resource after the authentication is done? theoretically i'd say yes but who knows? try

RE: form based authentication problem

2003-02-04 Thread Raible, Matt
: form based authentication problem thanks, that's exactly the solution i discussed right now with some other developers of my company. the question with the filter is whether it is called when the container forwards or redirects to the claimed resource after the authentication is done

form based authentication workflow problem

2003-02-03 Thread Ralf Lorenz
hello, i'm currently working on a web application where we want to use the container based authentication mechanism because of its standarized character. therefore we need to use form-based authentification. from the post within this forum i understood that the login page should never be accessed

JavaMail Session Resources; how do I specifiy authentication?

2003-01-31 Thread Christopher M. Zinn
I have configured in my server.xml (Tomcat 4.18 on Windows 2000 Server sp3): GlobalNamingResources Resource name=mail/session auth=Container type=javax.mail.Session/ ResourceParams name=mail/session parameter namemail.smtp.host/name valueInternalMailServer/value

IIS - Tomcat authentication

2003-01-24 Thread Reynir Hübner
Hi, I'm having problems with the most recent release of tomcat (4.1.18) and IIS authentication. I've been using the IIS scheme Windows Intergrated Authentication scheme for serveral applications. System description : Windows XP / IIS 5 / Tomcat 4.1.18 Problem description : I set up a host

JDBC Authentication

2003-01-21 Thread Ed Robbins
Ok, bear with me. This is my first attempt at configuring Tomcat for any type of authentication. I've configured a host with a JDBCRealm to use a Sybase database for authentication. I added a security constraint, login-config and a security role, however when I point my browser to the URL, I

JDBC authentication

2003-01-21 Thread Ed Robbins
Ok, bear with me. This is my first attempt at configuring Tomcat for any type of authentication. I've configured a host with a JDBCRealm to use a Sybase database for authentication. I added a security constraint, login-config and a security role, however when I point my browser to the URL, I

Re: JDBC authentication

2003-01-21 Thread mwm
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, January 21, 2003 4:25 PM Subject: JDBC authentication Ok, bear with me. This is my first attempt at configuring Tomcat for any type of authentication. I've configured a host with a JDBCRealm to use a Sybase database for authentication. I

Re: JDBC authentication

2003-01-21 Thread Ed Robbins
in web.xml. Might be worth a shot (in the absence of any other replies) Mike. - Original Message - From: Ed Robbins [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, January 21, 2003 4:25 PM Subject: JDBC authentication Ok, bear with me

Re: JDBC authentication

2003-01-21 Thread Craig R. McClanahan
On 21 Jan 2003, Ed Robbins wrote: Date: 21 Jan 2003 21:49:00 -0500 From: Ed Robbins [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: JDBC authentication This was exactly my problem, I moved the security constraint out

Re: JDBC authentication

2003-01-21 Thread Ed Robbins
, Ed Robbins wrote: Date: 21 Jan 2003 21:49:00 -0500 From: Ed Robbins [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: JDBC authentication This was exactly my problem, I moved the security constraint out

Tomcat 4 - SSL - Client Authentication

2003-01-20 Thread Shiva.Devaguptapu
Hi, I am using Tomcat 4 on a linux system. I am trying to enable SSL with client authentication enabled. I want the client to be the Internet Explorer, running on Win2K, my desktop. I found the following steps on the net and tried. * Create keys on the server * Create

Re: Tomcat 4 - SSL - Client Authentication

2003-01-20 Thread Christopher Mark Balz
Have you checked the permissions to the directory where your keystore is held? The process running the webserver must of course be able to read the keystore. - CB Shiva.Devaguptapu wrote: Hi, I am using Tomcat 4 on a linux system. I am trying to enable SSL with client authentication enabled

RE: Tomcat 4 - SSL - Client Authentication

2003-01-20 Thread Shiva.Devaguptapu
Yes. Read and write as well. -Original Message- From: Christopher Mark Balz [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 2:58 PM To: Tomcat Users List Subject: Re: Tomcat 4 - SSL - Client Authentication Have you checked the permissions to the directory where your keystore

TC 3.3.1 authentication roles - what is going on?

2003-01-20 Thread Christopher Mark Balz
It seems that to get good authentication whilst tying one role to one web app (so only one designated user can use a given designated webapp), I must assign two roles to the designated user: an arbitary role, and a role of deployer, and omit or comment out the role of deployer in web.xml

Tomcat 4 - SSL - Client Authentication

2003-01-18 Thread Shiva.Devaguptapu
Hi, I am using Tomcat 4 on a linux system. I am trying to enable SSL with client authentication enabled. I want the client to be the Internet Explorer, running on Win2K, my desktop. I found the following steps on the net and tried. * Create keys on the server * Create

iis basic authentication

2003-01-15 Thread Gustafson, Grant
I am not finding information on setting up iis basic authentication with tomcat. any help is appreciated! -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: iis basic authentication

2003-01-15 Thread Will Hartung
From: Gustafson, Grant [EMAIL PROTECTED] Sent: Wednesday, January 15, 2003 8:33 AM Subject: iis basic authentication I am not finding information on setting up iis basic authentication with tomcat. any help is appreciated! Are you talking about simple IIS based authentication, or Tomcat

Re: iis basic authentication

2003-01-15 Thread Jason Pyeron
not work on php files. If it does work ADD fix ISAPI for tomcat. -jason pyeron On Wed, 15 Jan 2003, Will Hartung wrote: From: Gustafson, Grant [EMAIL PROTECTED] Sent: Wednesday, January 15, 2003 8:33 AM Subject: iis basic authentication I am not finding information on setting up iis basic

RE: iis basic authentication

2003-01-15 Thread Gustafson, Grant
thanks to those who have replied...the problem still exists. I am talking about IIS Authentication and not Tomcat Authentication. Fortunately, this is an intranet application...unfortunately, the iis basic authentication does not function as intended for pure iis applications. Tomcat simply

Re: Is there a way to use Apache Authentication on jsp pages locatedon a different server?

2003-01-13 Thread Gary Gwin
, and Tomcat 4.1.18 (which is located on a separate sever). Is there a way to use Apache basic authentication to authenticate these pages, when they exist on a separate server? When they're on the same server, I can just create a Directory tag, and set the authentication. But how do I do this when

Form-Based Authentication Errors?

2003-01-13 Thread Steven J. Owens
Hi folks, I'm using J2EE form-based authentication (i.e. point the login form at j_security_check), or at least trying to. When Tomcat reloads classes it also flushes the session; I can see the sense in that, since some of the objects class definitions might have changed. But it also

Is there a way to use Apache Authentication on jsp pages located ona different server?

2003-01-11 Thread Raiden
I'm using Apache 2.0.43, and Tomcat 4.1.18 (which is located on a separate sever). Is there a way to use Apache basic authentication to authenticate these pages, when they exist on a separate server? When they're on the same server, I can just create a Directory tag, and set the authentication

Re: Authentication and Filters

2003-01-10 Thread Tim Funk
wrote: On Thu, 9 Jan 2003, Tim Funk wrote: Date: Thu, 09 Jan 2003 21:15:12 -0500 From: Tim Funk [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Authentication and Filters Is there a chance (or worthwhile) that in Servlet API 2.5

RE: Authentication and Filters

2003-01-10 Thread Jacob Hookom
Authentication aside, does the servlet container work such that an include or RD operation has the option of passing through the filter? If so, as of which release? Best Regards, Jacob | -Original Message- | From: Tim Funk [mailto:[EMAIL PROTECTED]] | Sent: Friday, January 10, 2003 6:30

RE: Authentication and Filters

2003-01-10 Thread Cox, Charlie
' Subject: RE: Authentication and Filters Authentication aside, does the servlet container work such that an include or RD operation has the option of passing through the filter? If so, as of which release? Best Regards, Jacob | -Original Message- | From: Tim Funk [mailto:[EMAIL

Re: Authentication and Filters

2003-01-10 Thread Tim Funk
5 will support the Servlet 2.4 Spec. Tomcat 5 is not released yet and there is no known timetable as to when it will be released. -Tim Jacob Hookom wrote: Authentication aside, does the servlet container work such that an include or RD operation has the option of passing through the filter

Re: Authentication and Filters

2003-01-10 Thread AAron nAAs
my:include page=/code.html/ Included file ends here /body /html -AAron From: Tim Funk [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Authentication and Filters Date: Fri, 10 Jan 2003 09:52:29 -0500 Filters are only performed

RE: Authentication and Filters

2003-01-10 Thread Craig R. McClanahan
On Fri, 10 Jan 2003, Jacob Hookom wrote: Date: Fri, 10 Jan 2003 08:37:06 -0600 From: Jacob Hookom [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: Authentication and Filters Authentication aside, does the servlet

Re: Solaris Authentication

2003-01-09 Thread John Holman
need to be root to access /etc/shadow. John Khadbai, Abdul (ANTS) wrote: Hi Is there any way that tomcat can hook into the solaris user names and passwords rather than creating a new database with passwords and usernames i.e in a way which weblogic can use NT authentication ? Please let me know

Authentication and Filters

2003-01-09 Thread Jeffrey Winter
is set up for Basic authentication in web.xml. It works fine when calling the resource directly, that is, using url [2]. The servlet is called and the authentication works. However, when requesting through the filter using url [1] via POST (which is converted to [2]) the authentication appears

Re: Authentication and Filters

2003-01-09 Thread Craig R. McClanahan
On Thu, 9 Jan 2003, Jeffrey Winter wrote: Date: Thu, 9 Jan 2003 19:25:37 -0500 From: Jeffrey Winter [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Authentication and Filters I am using a Filter to do some URL rewriting

Re: Authentication and Filters

2003-01-09 Thread Jeffrey Winter
right, for /user/*, GET requires authentication, but POST doesn't which looks to be why it was working as I had outlined it. But actually, given the nature of how I need to authenticate my resources, it seems that I would be better off in this particular circumstance to use Apache's mod_rewrite

Re: Authentication and Filters

2003-01-09 Thread Jeffrey Winter
A key rule to remember is that security constraints are applied *only* on the original URL requested by the client -- not on RequestDispatcher calls. On last thing, is this a part of the servlet spec, or is it left unstated and this is just Tomcat's particular implementation? Thanks -- To

Re: Authentication and Filters

2003-01-09 Thread Tim Funk
the constraints defined in web.xml -Tim Craig R. McClanahan wrote: On Thu, 9 Jan 2003, Jeffrey Winter wrote: Date: Thu, 9 Jan 2003 19:25:37 -0500 From: Jeffrey Winter [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Authentication

Re: Authentication and Filters

2003-01-09 Thread Craig R. McClanahan
On Thu, 9 Jan 2003, Jeffrey Winter wrote: Date: Thu, 9 Jan 2003 21:12:06 -0500 From: Jeffrey Winter [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Authentication and Filters A key rule to remember is that security

Re: Authentication and Filters

2003-01-09 Thread Craig R. McClanahan
On Thu, 9 Jan 2003, Tim Funk wrote: Date: Thu, 09 Jan 2003 21:15:12 -0500 From: Tim Funk [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Authentication and Filters Is there a chance (or worthwhile) that in Servlet API

Solaris Authentication

2003-01-08 Thread Khadbai, Abdul (ANTS)
Hi Is there any way that tomcat can hook into the solaris user names and passwords rather than creating a new database with passwords and usernames i.e in a way which weblogic can use NT authentication ? Please let me know. Many Thanks Abdul Khadbai

Directory Authentication ?

2003-01-06 Thread Mazin Mohammed
Hi I am using tomcat-3.3.1. How do i give directory authentication like .htaccess in tomcat ? Regards, -- Mazin Mohammed Vasnet Communication Pvt. Ltd System Administrator www.vasnet.co.in 0824-451001 [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL

REPOST: Tomcat 4.1.18: Digest authentication not working?

2003-01-06 Thread KUMAR,PANKAJ (HP-Cupertino,ex1)
Hi, I am resposting this message as I did not get any answer/comment/advice. Has anyone ever got Digest authentication working with Tomcat? -Original Message- From: KUMAR,PANKAJ (HP-Cupertino,ex1) [mailto:[EMAIL PROTECTED]] Subject: Tomcat 4.1.18: Digest authentication not working? Hi

REPOST: Tomcat 4.1.18: Digest authentication not working?[RBS2003010600005391]

2003-01-06 Thread techassistance
Ahoy there! This is an automated response, to let you know that we have received your query and will answer your email as soon as possible. We know you'd like to get back to playing our state-of-the-art online games. We'd therefore like to assure you that we are determined to keep our service at

RE: REPOST: Tomcat 4.1.18: Digest authentication not working?

2003-01-06 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
: Tomcat 4.1.18: Digest authentication not working? Hi, I am resposting this message as I did not get any answer/comment/advice. Has anyone ever got Digest authentication working with Tomcat? -Original Message- From: KUMAR,PANKAJ (HP-Cupertino,ex1) [mailto:[EMAIL PROTECTED]] Subject: Tomcat

RE: REPOST: Tomcat 4.1.18: Digest authentication not working?

2003-01-06 Thread Sam Ewing
I might be wrong.. but there is a difference between using Digest for authentication and storing the passwords as digest version in the user tomcat-users.xml file. The former is what Pankaj is tying to do.. this causes the passwords to be transmitted as digests version of themselves from

RE: REPOST: Tomcat 4.1.18: Digest authentication not working?

2003-01-06 Thread Sam Ewing
On the same issue... does using DIGEST Authentication work when the password itself is stored in digest form? I wasnt able to get it to work... /s --- Sam Ewing [EMAIL PROTECTED] wrote: I might be wrong.. but there is a difference between using Digest for authentication and storing

RE: REPOST: Tomcat 4.1.18: Digest authentication not working?

2003-01-06 Thread KUMAR,PANKAJ (HP-Cupertino,ex1)
-Original Message- From: Sam Ewing [mailto:[EMAIL PROTECTED]] On the same issue... does using DIGEST Authentication work when the password itself is stored in digest form? No, it doesn't. I tried with MD5 digested passwords ( set digest attribute of Realm element to MD5

Tomcat 4.1.18: Digest authentication not working?

2003-01-05 Thread KUMAR,PANKAJ (HP-Cupertino,ex1)
Hi, I am a relative newbiw to Tomcat. The manager application works with BASIC authentication (default configuration), after making appropriate user and role entries in conf/tomcat-users.xml file. However, when I change BASIC to DIGEST as shown below: Default web.xml for manager: ... login

Directory Authentication

2003-01-05 Thread Mazin Mohammed
Hi I am using tomcat-3.3.1. How do i give directory authentication like .htaccess in tomcat ? Regards, -- Mazin Mohammed Vasnet Communication Pvt. Ltd System Administrator www.vasnet.co.in 0824-451001 [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: Directory Authentication

2003-01-05 Thread Marc van de Geijn
PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, 05 January 2003 12:05 Subject: Directory Authentication Hi I am using tomcat-3.3.1. How do i give directory authentication like .htaccess in tomcat ? Regards, -- Mazin Mohammed Vasnet Communication Pvt. Ltd System Administrator

How to intercept user authentication

2002-12-16 Thread Iran Marcius
I'm trying to do something that propably somebody did before (or, at least needed to). Currently I'm using tomcat 4.1.16 with Struts 1.0.1 and Velocity Tools for my applications. I configured a BASIC authentication realm, with digested passwords. How can I intercept the process after

SSL Client Authentication

2002-12-16 Thread Francisco Junqueira
Hi all, I have a B2B app that needs optionally the client authentication because not always the client has a certificate, but unfortunately Tomcat apparently doesn't have this option like apache. For this reason I still have apache as my web server and Tomcat

Re: How to intercept user authentication

2002-12-16 Thread Mike W-M
A general approach (at least I use it, but not with Struts or Velocity) is to make sure a session is created for each user who logs on. (One will probably have already been created by Tomcat in handling the basic-authentication - it certainly is using form-based authentication.) Then... 1) Check

FormBased Authentication

2002-12-10 Thread Hari Venkatesan
I have IIS 5.0 configured with Tomcat 4.1.12. My form based authentication is failing to find j_security_check and comes back with resource not available. The same code when executed with normal http server works. Any ideas? ? Hari -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

User Authentication question

2002-12-06 Thread Aleksandr Shneyderman
Here my scenario: We have two applications runing on the same server (App A and App B) What we'd like to do is to allow one login prompt but two different role initializations. In other words suppose the user browses the web site and comes upon a page that she needs to authenticate herself

Re: help! authentication problem

2002-12-03 Thread Nathan Pitts
PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: help! authentication problem I have a problem that hopefully someone has seen before -- please help if you can. I am trying to get Tomcat to do declarative authentication/auth. using a JDBCRealm (via a Sybase

Newbie: Infos about Windows NT Authentication

2002-12-03 Thread Jasper Dammann
Hello, where can I get basic-information about Windows NT Authentication and Tomcat. I read the Tomcat Documentation JNDI-Resource HOW-TO and REALM HOW-TO, but I didn’t understand for example how to configure the Windows NT Server to run Tomcat with Windows NT Authentication … thanks for help

Re: Newbie: Infos about Windows NT Authentication

2002-12-03 Thread David Brown
Jasper Dammann writes: Hello, where can I get basic-information about Windows NT Authentication and Tomcat. I read the Tomcat Documentation JNDI-Resource HOW-TO and REALM HOW-TO, but I didn’t understand for example how to configure the Windows NT Server to run Tomcat with Windows NT

Re: Newbie: Infos about Windows NT Authentication

2002-12-03 Thread micael
You might be better off looking at the NT documentation than Tomcat documentation. The way environmental variables, etc. are set on NT is an NT matter. At 06:39 PM 12/3/2002 +0100, you wrote: Hello, where can I get basic-information about Windows NT Authentication and Tomcat. I read the Tomcat

help! authentication problem

2002-12-02 Thread Nathan Pitts
I have a problem that hopefully someone has seen before -- please help if you can. I am trying to get Tomcat to do declarative authentication/auth. using a JDBCRealm (via a Sybase database). I am using Sybase's Jconnect5.5 driver. It seems like I have followed the instructions

Re: help! authentication problem

2002-12-02 Thread Craig R. McClanahan
See below. On Mon, 2 Dec 2002, Nathan Pitts wrote: Date: Mon, 2 Dec 2002 19:08:42 -0600 From: Nathan Pitts [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: help! authentication problem I have a problem that hopefully someone has seen before

Re: Problems with Tomcat 4.1.12 and FORM based authentication

2002-11-25 Thread David Brown
Quenten Van Egeren writes: I'm having the following problem when using FORM based authentication with Tomcat 4.1.12 : When I bring up a new browser window, and go to a protected page (under /do/) I am redirected to the login.jsp as I should be. If I enter the correct username / password, I am

Form-based authentication - can I get original URL?

2002-11-25 Thread Matt Raible
On Tomcat 4/5, I am able to use the following configuration in my web.xml: login-config auth-methodFORM/auth-method form-login-config form-login-page/login.jsp/form-login-page form-error-page/login.jsp?error=true/form-error-page

Re: Form-based authentication - can I get original URL?

2002-11-25 Thread Craig R. McClanahan
On Mon, 25 Nov 2002, Matt Raible wrote: Date: Mon, 25 Nov 2002 17:02:21 -0700 From: Matt Raible [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: Form-based authentication - can I get original URL? On Tomcat 4/5, I am able

Problems with Tomcat 4.1.12 and FORM based authentication

2002-11-24 Thread Quenten Van Egeren
I'm having the following problem when using FORM based authentication with Tomcat 4.1.12 : When I bring up a new browser window, and go to a protected page (under /do/) I am redirected to the login.jsp as I should be. If I enter the correct username / password, I am logged in correctly

Supressing Authentication Box in Apache

2002-11-21 Thread Laxmikanth M.S.
Hi, I need to supress Authentication Box in Apache but need to be Authenticated. I will pass the user/pwd as URLStrng for the pagethe Apache server need to authenticate without showing the Dialog Box. How it can be done. can anyone help me in this regard Regards Laxmikanth M S Off

RE: Supressing Authentication Box in Apache

2002-11-21 Thread Turner, John
Authentication Box in Apache Hi, I need to supress Authentication Box in Apache but need to be Authenticated. I will pass the user/pwd as URLStrng for the pagethe Apache server need to authenticate without showing the Dialog Box. How it can be done. can anyone help me in this regard

incomplete form-based authentication

2002-11-21 Thread jfc
Hi, tomcat 406, struts1.1b2 I'm using form-based authentication. I would like to know what happens when the following happens: I request a secured resource but instead of submitting a 'j_security_check' html form with my username and password, I instead ignore it and continue browsing other

TC authentication: j_security_check and url-pattern

2002-11-15 Thread Andrew Geery
I'm using form-based authentication in Tomcat 4.1.12 -- it works great! However, I have two questions about Tomcat authentication: 1) Many end-users bookmark the login page. So, the first time they login everything works as expected, but when they use the bookmark, they get the invalid reference

Realm JDNI Authentication + Exchange Server 5.5. + NT Domain + LDAP

2002-11-10 Thread Schuster, Winfried (empolis WU)
Hi! Anybody succeeded in using the Tomcat REALM JDNI for authentication accessing the Exchange Server 5.5 - Ldap Interface for authenticate NT-User accounts? Especially how do you manage the roles handling? When I try to get the role by using a attribute from the user entry - the bind function

Problem with REALM JNDI JDBC AUTHENTICATION

2002-11-09 Thread Massimiliano Fabi
I thank you for your support in advice; I have a very big problem in my project: My application on W2K , TOMCAT 4.1 ALPHA , JBUILDER 4 AND JNDI EXTENSION doesn't run when acces to resource JDBC to connect db to check authentication via REALM(i use j_security_check action form and i access

RES: Digest authentication with JDBCRealm: doesn't seems to work

2002-11-08 Thread Iran Marcius
I did it and worked, but what I'm trying to do is authentication using login-config auth-methodDIGEST/auth-method /login-config with JDBCRealm using digest=SHA. Is it possible? iran -Mensagem original- De: Koes, Derrick [mailto:Derrick.Koes;smith-nephew.com] Enviada em

RES: RE-POST RE: digest authentication or auth-methodDIGEST/auth-method

2002-11-08 Thread Iran Marcius
-POST RE: digest authentication or auth-methodDIGEST/auth-method -Original Message- From: Koes, Derrick Sent: Tuesday, November 05, 2002 6:43 PM To: 'Tomcat Users List' Subject: RE: digest authentication or auth-methodDIGEST/auth-method I think what is really happening is that the realm

Authentication per-container level possible ?

2002-11-07 Thread Iris
Hello, Is it possible to configure Tomcat, that it must check an authentication for all the webapps hosted within the container ? I mean tell Tomcat to send an authentication popup when someone goes to the http://localhost:8080/. whithout configure each webapp hosted in. Iris

Digest authentication with JDBCRealm: doesn't seems to work

2002-11-07 Thread Iran Marcius
Hi. I'm trying to use digest authentication with JDBCRealm and SHA algorithm, but it doesn't seems to work. Here is my context: Context docBase=permission path=/permission reloadable=true privileged=true ResourceLink name=jdbc/global global=jdbc/global type=javax.sql.DataSource

RE: Digest authentication with JDBCRealm: doesn't seems to work

2002-11-07 Thread Koes, Derrick
authentication with JDBCRealm: doesn't seems to work Hi. I'm trying to use digest authentication with JDBCRealm and SHA algorithm, but it doesn't seems to work. Here is my context: Context docBase=permission path=/permission reloadable=true privileged=true ResourceLink name=jdbc/global

RE-POST RE: digest authentication or auth-methodDIGEST/auth-method

2002-11-07 Thread Koes, Derrick
-Original Message- From: Koes, Derrick Sent: Tuesday, November 05, 2002 6:43 PM To: 'Tomcat Users List' Subject: RE: digest authentication or auth-methodDIGEST/auth-method I think what is really happening is that the realm is handling the digesting to do the password match. Setting

Digest authentication with JDBCRealm: doesn't seems to work

2002-11-06 Thread Iran Marcius
Hi. I'm trying to do a digest authentication using a JDBCRealm with SHA digest. Here is my context: Context docBase=permission path=/permission reloadable=true privileged=true ResourceLink name=jdbc/global global=jdbc/global type=javax.sql.DataSource/ Realm className

Re: Authentication per-container level

2002-11-05 Thread Rodrigo Ruiz
Hello, Is it possible to configure Tomcat, that it must check an authentication for all the webapps hosted within the container ? I mean tell Tomcat to send an authentication popup when someone goes to the http://localhost:8080/. whithout configure each webapp hosted in. You can

RE: digest authentication or auth-methodDIGEST/auth-method

2002-11-05 Thread Koes, Derrick
Leave the auth-method in the web.xml as BASIC. -Original Message- From: Frank Balluffi [mailto:frank.balluffi;db.com] Sent: Monday, November 04, 2002 6:01 PM To: [EMAIL PROTECTED] Subject: digest authentication or auth-methodDIGEST/auth-method I am able to successfully configure

RE: digest authentication or auth-methodDIGEST/auth-method

2002-11-05 Thread Frank Balluffi
: Subject: RE: digest authentication or auth-methodDIGEST/auth-method 11/05/2002 01:29 PM

RE: digest authentication or auth-methodDIGEST/auth-method

2002-11-05 Thread Jacob Kjome
@smith-To: 'Tomcat Users List' [EMAIL PROTECTED] nephew.com cc: Subject: RE: digest authentication or auth-methodDIGEST/auth-method 11/05/2002 01:29 PM

RE: digest authentication or auth-methodDIGEST/auth-method

2002-11-05 Thread Frank Balluffi
-method needed to be set to BASIC, not DIGEST. That said, I do not see much advantage in using digest authentication over basic authentication. Frank

RE: digest authentication or auth-methodDIGEST/auth-method

2002-11-05 Thread Koes, Derrick
-method DIGEST? What if all your passwords are SHA-1? Derrick -Original Message- From: Frank Balluffi [mailto:frank.balluffi;db.com] Sent: Tuesday, November 05, 2002 6:25 PM To: Tomcat Users List Subject: RE: digest authentication or auth-methodDIGEST/auth-method Jake, Because tomcat

BASIC authentication in Tomcat+IIS (PROBLEM SOLVED: ERRATA CORRIGE!!!)

2002-11-05 Thread Luca Ventura
Hello everybody! I wrote to notify you that some days ago I have posted a wrong solution to the problem of the basic authentication of Tomcat with IIS (below you can find my old post). In fact I believed that the reason why basic authentication of Tomcat didn't work was due to compatibility

digest authentication or auth-methodDIGEST/auth-method

2002-11-04 Thread Frank Balluffi
I am able to successfully configure Tomcat 4.1.12 to use basic authentication and access a servlet from IE 5.5. conf/server.xml contains: Realm className = org.apache.catalina.realm.MemoryRealm pathname = conf/tomcat-users.xml / conf/tomcat-users.xml contains: role

BASIC authentication in Tomcat+IIS (one useful information)

2002-10-31 Thread Luca Ventura
Hello! I have another useful information about the problem described below that I have posted some day ago wihout receiving no solution for it :((( If I use Tomcat 4.x as Web Server (standalone mode), instead of IIS, the BASIC Authentication works well also on Server 1! This means there must

BASIC authentication in Tomcat+IIS (second useful information)

2002-10-31 Thread Luca Ventura
Hello! I have another useful information about this problem... The version of Tomcat I have is 4.0.4b3: is it possible that this beta release contains some bug that doesn't let Tomcat to support correctly BASIC authentication (when it is used as Servlet Container and not in standalone mode

BASIC authentication in Tomcat+IIS (second useful information)

2002-10-31 Thread Luca Ventura
Hello! I have another useful information about this problem... The version of Tomcat I have is 4.0.4b3: is it possible that this beta release contains some bug that doesn't let Tomcat to support correctly BASIC authentication (when it is used as Servlet Container and not in standalone mode

how to do configuration for client authentication in the tomcat server

2002-10-31 Thread asokan elango
Hi, i tried to configure tomcat server for SSL and when the client authentication is given as false in the Connector element for SSL connection of the conf/server.xml file, it is working fine. when the client authentication is given true and the server is restarted and tried to open

Re: how to do configuration for client authentication in the tomcat server

2002-10-31 Thread Bill Barker
the client authentication is given as false in the Connector element for SSL connection of the conf/server.xml file, it is working fine. when the client authentication is given true and the server is restarted and tried to open https://localhost:8443 in the IE, it is prompting a empty

BASIC authentication in Tomcat+IIS

2002-10-29 Thread Luca Ventura
Hello everybody! I have the following GREAT problem with basic authentication in Tomcat I have two servers configured as follows: Server 1: Operating system: Windows 2000 Advanced Server Web Server: IIS 5.0 Servlet Container: Tomcat 4.x Server 2: Windows XP Professional Web Server: IIS

BASIC authentication in Tomcat+IIS

2002-10-29 Thread Luca Ventura
Hello everybody! I have the following GREAT problem with basic authentication in Tomcat I have two servers configured as follows: Server 1: Operating system: Windows 2000 Advanced Server Web Server: IIS 5.0 Servlet Container: Tomcat 4.x Server 2: Windows XP Professional Web Server: IIS

authentication via NT login

2002-10-28 Thread Lars Schmidt
Is it possible to authenticate to an webapp only by login on Windows NT? (I´m aware of the exclusive use of MS Internet Explorer, because this browser sends the user information in the header of a request.) Is it possible to process this data by Tomcat, so that a user doesn´t need to login a

Basic Authentication with IIS 5.0 - refuesed

2002-10-27 Thread Asaf Barkan
Hi, I configured my TomCat to enable basic authentication on one of my context. When accessing the servlet via the TomCat webserver (port 8080) the authentication works fine. Then I configured an IIS server to filter the http requests with the isapi_redirect.dll. Now when trying to access

Form-based authentication assistance

2002-10-25 Thread Scott Purcell
direct reference to form login page]. Which makes sense, I guess it is submitting it back and the URL shows [http://localhost/altercast/j_security_check] How do I forward the user to a good login page, if they pass the basic authentication? My page is /loginpage.html // here it is: FORM METHOD=POST

Virtual Hosting /manager with better user authentication

2002-10-23 Thread John Murtari
We are currently using Tomcat 4.1.12. We are doing virtual hosting and install the /manager for each virt host. It all looks something like : Host name=www.abc.com debug=0 appBase=/pub/users/abc/www unpackWARs=true autoDeploy=true Logger className=org.apache.catalina.logger.FileLogger

Re: DOES BASIC AUTHENTICATION SUPPORT SSL?

2002-10-19 Thread Bill Barker
the same digital certificate in Tomcat because I don't use it as a Web Server)? Yes. Then I need to know: 2)I want to protect some servlets and jsp-pages with an access login and password: So I used the BASIC authentication of Tomcat: in this way when I user try to connect to a protected

<    6   7   8   9   10   11   12   13   14   15   >