Vs: RE: Windows Authentication in Tomcat

2005-09-07 Thread john polinsky
Hello, If you really can send me that code that would make my life much easier! Thanks, john_polinsky (at) suomi24.fi Cheers! Message Lähettäjä: [EMAIL PROTECTED] Päivämäärä: 2005/09/07 13:31 Vastaanottaja: "Tomcat Users List" Aihe: RE: Windows Authentication in To

RE: Windows Authentication in Tomcat

2005-09-07 Thread Raghupathy,Gurumoorthy
http://jcifs.samba.org/ If you want more information let me know and I will send you the code -Original Message- From: john polinsky [mailto:[EMAIL PROTECTED] Sent: 07 September 2005 11:28 To: tomcat-user@jakarta.apache.org Subject: Windows Authentication in Tomcat Hello there, How

Windows Authentication in Tomcat

2005-09-07 Thread john polinsky
Hello there, How Tomcat is usually configured when it is wanted to get information from Windows Server (e.g. Active Directory running in W2k or Win2003)? What Realms should be used in Tomcat and how this is done, any document available? Second question is, that if I e.g. for testing purposes

RE: DIGEST Authentication in Tomcat 4 vs Tomcat 5

2004-10-06 Thread Mark Thomas
To: 'Tomcat Users List' > Subject: DIGEST Authentication in Tomcat 4 vs Tomcat 5 > > Can anyone point me to information concerning whether or not DIGEST > authentication works in Tomcat 4 and/or Tomcat 5? I have only found > conflicting information on the web as wel

RE: DIGEST Authentication in Tomcat 4 vs Tomcat 5

2004-10-06 Thread Shapira, Yoav
x27;t done tested it for 4.x (you should upgrade to 5 anyways if possible for you). Yoav Shapira Millennium Research Informatics >-Original Message- >From: Anderson, M. Paul [mailto:[EMAIL PROTECTED] >Sent: Tuesday, October 05, 2004 6:30 PM >To: 'Tomcat Users List' &g

DIGEST Authentication in Tomcat 4 vs Tomcat 5

2004-10-05 Thread Anderson, M. Paul
Can anyone point me to information concerning whether or not DIGEST authentication works in Tomcat 4 and/or Tomcat 5? I have only found conflicting information on the web as well as in several books. Is there a tutorial out there somewhere that would help me set this up? I have seen comments suc

Re: Authentication in tomcat

2004-04-12 Thread Adam Hardy
On 04/12/2004 10:31 AM [EMAIL PROTECTED] wrote: Hello. I'm a bit confused. I'm trying tomcat's authentication with bad or no results. The documentation is very simple and I don't understand so well. I've a web application and I want to make authentication with a user role and a admin role. The a

Authentication in tomcat

2004-04-12 Thread [EMAIL PROTECTED]
Hello. I'm a bit confused. I'm trying tomcat's authentication with bad or no results. The documentation is very simple and I don't understand so well. I've a web application and I want to make authentication with a user role and a admin role. The admin can administrate permissions and roles. I

- How to retrieve Username and Password in a Basic Authentication in Tomcat?

2004-03-28 Thread Bachler, Elisabeth (Elisabeth)
Hello, I am using the Basic Authentication in Tomcat and I would like to know if there is a way of retrieving the username and the password that have been typed. Thanks Elisabeth - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: How to restrict all webapps with http authentication in Tomcat?

2004-02-06 Thread rlipi
r Santander Gutierrez > [mailto:[EMAIL PROTECTED] > Sent: Friday, February 06, 2004 12:07 PM > To: Tomcat Users List > Subject: Re: How to restrict all webapps with http authentication in > Tomcat? > > Thanks for your help but the url passed doesn´t work. > > > --

Re: How to restrict all webapps with http authentication in Tomcat?

2004-02-06 Thread Salvador Santander Gutierrez
Thanks for your help but the url passed doesn´t work. - Original Message - From: "rlipi" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Friday, February 06, 2004 10:21 AM Subject: RE: How to restrict all webapps with ht

RE: How to restrict all webapps with http authentication in Tomcat?

2004-02-06 Thread rlipi
t; Subject: How to restrict all webapps with http authentication in Tomcat? > > I need to restrict all web applications in Tomcat with the same users? I > know how to restrict a specific web application with its web.xml but... > how > to restrict /* in tomc

How to restrict all webapps with http authentication in Tomcat?

2004-02-06 Thread Salvador Santander Gutierrez
I need to restrict all web applications in Tomcat with the same users? I know how to restrict a specific web application with its web.xml but... how to restrict /* in tomcat, included html pages? Thanks. - To unsubscribe, e-mail:

Help with Active directory authentication in tomcat 5

2004-02-04 Thread Paul Gier
I am trying to authenticate web users against an active directory instance, but for some reason the configuration that worked in tomcat 4.1 is not working in tomcat 5.0.18 Here is the message that I get from the realm authentication with debugging turned on: 2004-02-04 16:10:20 JNDIRealm[/lts/

Re: Authentication in tomcat 4.1.27

2003-09-11 Thread Bill Barker
Have you ever got a fun project for you ;-). The first thing you must do is to make certain that your Realm implements org.apache.catalina.Realm (when I did this, it was a big enough change that I put the 4.x classes in a new package so that I could still see the 3.x versions). Personally, I have

Authentication in tomcat 4.1.27

2003-09-10 Thread Shailesh Modi
Hi, I am migrating my web application to 4.1.27 from tomcat 3 . In tomcat 3 , I had following code for authentication in server.xml. ldap://ldap.mycompany.com:389"; baseDn="ou=active,ou=employees,ou=people,o=mycompany.com" maxDnAge="300" maxPwAge="6000" maxFilterAge="6000" /> where

RE: HELP! Client Authentication in Tomcat 4.1.24

2003-07-24 Thread Farrell, Patrick
LP! Client Authentication in Tomcat 4.1.24 That's what I thought. I'm not using Tomcat with Apache/IIS/SunONE, but rather standalone. You mentioned that I need to be using the MemoryRealm. I looked in my server.xml file and found the following lines .. which would seem to indicate that t

RE: HELP! Client Authentication in Tomcat 4.1.24

2003-07-24 Thread Farrell, Patrick
ute of the element in the server.xml file? CLIENT-CERT Thanks, Pat -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 11:08 PM To: [EMAIL PROTECTED] Subject: Re: HELP! Client Authentication in Tomcat 4.1.24 Bug #15790

Re: HELP! Client Authentication in Tomcat 4.1.24

2003-07-23 Thread Bill Barker
Message- > From: Jay Garala [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 23, 2003 1:44 PM > To: 'Tomcat Users List' > Subject: RE: HELP! Client Authentication in Tomcat 4.1.24 > > > This is the part you were missing. Unfortunately, the handling of Client &

RE: HELP! Client Authentication in Tomcat 4.1.24

2003-07-23 Thread Farrell, Patrick
la [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 1:44 PM To: 'Tomcat Users List' Subject: RE: HELP! Client Authentication in Tomcat 4.1.24 This is the part you were missing. Unfortunately, the handling of Client certs in the Jk-Coyote connector is broken in 4.1.24 (see http

RE: HELP! Client Authentication in Tomcat 4.1.24

2003-07-23 Thread Jay Garala
PROTECTED] Sent: Wednesday, July 23, 2003 1:02 PM To: '[EMAIL PROTECTED]' Subject: HELP! Client Authentication in Tomcat 4.1.24 I am attempting to use client certificate authentication with Tomcat 4.1.24, but each time I connect via a browser (Internet Explorer) Tomcat indicates that it is

HELP! Client Authentication in Tomcat 4.1.24

2003-07-23 Thread Farrell, Patrick
I am attempting to use client certificate authentication with Tomcat 4.1.24, but each time I connect via a browser (Internet Explorer) Tomcat indicates that it is unable to authenticate with the provided credentials. My client certificate is a personal certificate from Thawte. The corresponding

Re: Client Certificates & Authentication in Tomcat v4.1.24

2003-06-28 Thread Dean Thompson
Hi Bill & Everyone else, > For JSSE, you need to have the signer in cacerts at the moment for > Tomcat to include it in the list of signers it wants. PureTLS allows > you to configure the list (without being root), but other problems > mean that you can only use it in TC 5 HEAD at the moment. > >

Re: Client Certificates & Authentication in Tomcat v4.1.24

2003-06-27 Thread Minimalist Manager
ERROR: There is no such list CERTIFICATES here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To unsubscribe

Re: Client Certificates & Authentication in Tomcat v4.1.24

2003-06-26 Thread Bill Barker
For JSSE, you need to have the signer in cacerts at the moment for Tomcat to include it in the list of signers it wants. PureTLS allows you to configure the list (without being root), but other problems mean that you can only use it in TC 5 HEAD at the moment. Of course, the Tomcat support for CL

Client Certificates & Authentication in Tomcat v4.1.24

2003-06-26 Thread Dean Thompson
Hi!, I was wondering whether somebody might be able to explain what I am doing wrong with regards to the introduction of client certificates being used as a means for authentication under Tomcat v4.1.24 under Solaris 8, JDK 1.4.1_02. I have established my own little CA using OpenSSL 0.9.7b and

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

2002-11-05 Thread Luca Ventura
l ONLY the "isapi_redirector.dll" of Jakarta web site. I hope this can help someone else. Thanks everybody for the patience! Luca -Messaggio originale- Da: Luca Ventura [mailto:ventluca@;tiscali.it] Inviato: giovedì 31 ottobre 2002 15.17 A: tomcat-dev; tomcat-user Oggett

BASIC authentication in Tomcat+IIS (second useful information)

2002-10-31 Thread Luca Ventura
m spending many work-days to solve it without success)! Thanks. Luca -Messaggio originale- Da: Luca Ventura [mailto:ventluca@;tiscali.it] Inviato: giovedì 31 ottobre 2002 11.12 A: tomcat-dev Oggetto: BASIC authentication in Tomcat+IIS (one useful information) Hello! I ha

BASIC authentication in Tomcat+IIS (second useful information)

2002-10-31 Thread Luca Ventura
m spending many work-days to solve it without success)! Thanks. Luca -Messaggio originale- Da: Luca Ventura [mailto:ventluca@;tiscali.it] Inviato: giovedì 31 ottobre 2002 10.43 A: tomcat-user Oggetto: BASIC authentication in Tomcat+IIS (one useful information) Hello! I ha

BASIC authentication in Tomcat+IIS (one useful information)

2002-10-31 Thread Luca Ventura
Best regards, Luca -Messaggio originale- Da: Luca Ventura [mailto:ventluca@;tiscali.it] Inviato: martedì 29 ottobre 2002 12.12 A: tomcat-user Oggetto: BASIC authentication in Tomcat+IIS Hello everybody! I have the following GREAT problem with basic authentication in T

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

Re: How can I disable "authentication" in Tomcat 4?

2002-06-10 Thread @Basebeans.com
Subject: Re: How can I disable "authentication" in Tomcat 40 41 42 43 44 45 46 47 48 49 From: "Chris Miller" <[EMAIL PROTECTED]> === Look for a tag and a tag in your web.xml file. Removing them should solve the problem. "Luca Ventura" <[EMAIL PROTECTED]&

How can I disable "authentication" in Tomcat 4?

2002-06-10 Thread Luca Ventura
Hello everybody! I have a great problem.:-( I have installed IIS as Web Server and Tomcat 4 as JSP/Servlet container: the problem is that when I connect to a site that must be redirected to Tomcat (because it contains JSP/servlets pages) the servlet container (i.e. Tomcat 4) asks me to authen

RE: Help with User Authentication in Tomcat 3.3a

2002-02-19 Thread Larry Isaacs
(CRD) [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 18, 2002 5:14 PM > To: 'tomcat-user' > Subject: Help with User Authentication in Tomcat 3.3a > > > > I am tyring to set understand the various user authentication > schemes available under Tomcat 3.3. &g

Help with User Authentication in Tomcat 3.3a

2002-02-18 Thread Wise, Bowden (CRD)
I am tyring to set understand the various user authentication schemes available under Tomcat 3.3. I would like to eventually be able to use JDBCRealm with mysql. I found the instructions on the tomcat site, but so far I have been unsusccessful to get it to work. So I thought I would first try S

RE: Certificate authentication in Tomcat 3.2

2001-12-05 Thread Larry Isaacs
2 AM > To: [EMAIL PROTECTED] > Subject: Certificate authentication in Tomcat 3.2 > > > Hi, > > What do I have to do to enable user certificate authentication in my > application? I added: > > >CLIENT-CERT > > > to my web.xml but it still doesn

Certificate authentication in Tomcat 3.2

2001-12-05 Thread Maciej Ko³odziej
Hi, What do I have to do to enable user certificate authentication in my application? I added: CLIENT-CERT to my web.xml but it still doesn't ask me for the cert. The same is when I try to user BASIC or any other method. -- Best regards, Maciej -- To unsubscribe:

Re: Question on FORM based authentication in Tomcat 4.0

2001-10-05 Thread Craig R. McClanahan
On Fri, 5 Oct 2001, Pae Choi wrote: > Date: Fri, 5 Oct 2001 01:47:30 -0700 > From: Pae Choi <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED], Willie Vu <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: Question on FORM base

Re: Question on FORM based authentication in Tomcat 4.0

2001-10-05 Thread Pae Choi
0800 > > From: Willie Vu <[EMAIL PROTECTED]> > > To: Craig R. McClanahan <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > > Subject: RE: Question on FORM based authentication in Tomcat 4.0 > > > > Thanks for your prompt reply Craig. > > > > Your advic

RE: Question on FORM based authentication in Tomcat 4.0

2001-10-04 Thread Craig R. McClanahan
On Fri, 5 Oct 2001, Willie Vu wrote: > Date: Fri, 5 Oct 2001 12:14:27 +0800 > From: Willie Vu <[EMAIL PROTECTED]> > To: Craig R. McClanahan <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > Subject: RE: Question on FORM based authentication in Tomcat 4.0 > > Thanks for you

RE: Question on FORM based authentication in Tomcat 4.0

2001-10-04 Thread Willie Vu
tober 05, 2001 11:56 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: Question on FORM based authentication in Tomcat 4.0 > > > > > On Fri, 5 Oct 2001, Willie Vu wrote: > > > Date: Fri, 5 Oct 2001 11:27:59 +0800 > > From: Willie Vu <[EMAIL PROTE

Re: Question on FORM based authentication in Tomcat 4.0

2001-10-04 Thread Craig R. McClanahan
On Fri, 5 Oct 2001, Willie Vu wrote: > Date: Fri, 5 Oct 2001 11:27:59 +0800 > From: Willie Vu <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED], [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Question on FORM based authentication in Tomcat 4.0 > > I would li

Question on FORM based authentication in Tomcat 4.0

2001-10-04 Thread Willie Vu
I would like to achieve the following: - allow user to login directly without first accessing a protected area. After successful login, I want to forward the user to a default mypage.jsp. To do the above, I have to detect if login page is accessed directly. If so, I need to force in the default

Re: Client Authentication in Tomcat

2001-09-13 Thread Pae Choi
Ricardo, Get the JSSE(or similar one) and it comes with a couple of samples if I remember correctly. Also, spend some time to J2 Core Security package as well as Java Security Forums at sun site and comp.lang.jave.security. You should have a plenty of samples and sufficient stuff to start wi

Client Authentication in Tomcat

2001-09-13 Thread Ricardo
Hi all and thanks in advance (and sorry, my english is quiet bad :( ... Well, my problem is that i generate a server certificate and a key with = openssl. Later i import this certificate and key in a keystore (usign keytool and = a java program called ImportKey). I configure tomcat for SSL and cl

How to set user authentication in Tomcat HTTP server?

2001-01-26 Thread Ulrich . Romahn
This might be a stupid question, but I can't figure it out myself. So, here is the question: How can I setup different users with their password and give them access to different directories/servlets? In Apache you set this up in the httpd.conf in the section and the passwords would go into th