RE: Can the Tomcat authentication module use an ASP.NET security token?

2005-09-21 Thread Peter Crowther
> From: Tracy Spratt [mailto:[EMAIL PROTECTED] > Subject: Can the Tomcat authentication module use an ASP.NET > security token? > > I have a Tomcat app (MM Flex app) that is called from an asp.net > application which is secured by "forms" (cookie-based) authentic

Can the Tomcat authentication module use an ASP.NET security token?

2005-09-20 Thread Tracy Spratt
I have a Tomcat app (MM Flex app) that is called from an asp.net application which is secured by "forms" (cookie-based) authentication. (NOT NTLM / Windows Integrated) I don't want the user to have to log in again. I have a programmatic solution in mind, but it is going to be comparitively ugly.

Re: Tomcat authentication with Kerberos

2005-08-19 Thread Wendy Smoak
From: "Wendy Smoak" <[EMAIL PROTECTED]> I have a standalone Tomcat 5.0 instance, and a third-party webapp that has support for authentication via LDAP. Of course, we don't have LDAP, we have Kerberos. It should be a simple matter to plug in a different Realm, right? Replying to myself for

Tomcat authentication with Kerberos

2005-08-11 Thread Wendy Smoak
I have a standalone Tomcat 5.0 instance, and a third-party webapp that has support for authentication via LDAP. Of course, we don't have LDAP, we have Kerberos. It should be a simple matter to plug in a different Realm, right? I'm finding it hard to believe that no one has done th

Re: How to Replace Tomcat authentication?

2005-07-15 Thread ohaya
Bill Barker wrote: > > "ohaya" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi, > > > > I've been looking into possibly replacing Tomcat's authentication with > > our own functionality. It looks like there use to be a class called > > SimpleRealm in the older Tomcat versions

Re: How to Replace Tomcat authentication?

2005-07-14 Thread ohaya
Bill Barker wrote: > > "ohaya" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi, > > > > I've been looking into possibly replacing Tomcat's authentication with > > our own functionality. It looks like there use to be a class called > > SimpleRealm in the older Tomcat versions

Re: How to Replace Tomcat authentication?

2005-07-14 Thread ohaya
Bill Barker wrote: > > "ohaya" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi, > > > > I've been looking into possibly replacing Tomcat's authentication with > > our own functionality. It looks like there use to be a class called > > SimpleRealm in the older Tomcat versions

Re: How to Replace Tomcat authentication?

2005-07-14 Thread ohaya
Bill Barker wrote: > > "ohaya" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi, > > > > I've been looking into possibly replacing Tomcat's authentication with > > our own functionality. It looks like there use to be a class called > > SimpleRealm in the older Tomcat versions

Re: How to Replace Tomcat authentication?

2005-07-14 Thread Bill Barker
"ohaya" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I've been looking into possibly replacing Tomcat's authentication with > our own functionality. It looks like there use to be a class called > SimpleRealm in the older Tomcat versions that would have done the trick > if

How to Replace Tomcat authentication?

2005-07-14 Thread ohaya
Hi, I've been looking into possibly replacing Tomcat's authentication with our own functionality. It looks like there use to be a class called SimpleRealm in the older Tomcat versions that would have done the trick if we replaced it, but I can't find any references to it in the latest source that

Problem using Tomcat Authentication

2004-01-27 Thread amit varshney
I am using the Jdbcrealm to authenticate the users.I want to use admin tool to create the users. But when I create the uses admin tool the user name and password r not being stored in the database rather they r being stored in /conf/Tomcat-users.xml. What should I do so that the user created th

TOMCAT authentication

2004-01-16 Thread postmaster
Hello I'm pretty sure this is a known issue, even though I didn't find much about it; I'm having a problem with authenticating users in TomCat. I have an IIS server to server static content and Tomcat to serve dynamic content, if users knows URL that goes directly to Tomcat then Tomcat wont ev

Re: TOMCAT authentication

2004-01-15 Thread Howard Watson
It sounds like you may need to configure IIS require authentication from the user no matter how they get there by requireing authentication to the directory(s) with the dynamic content. But, don't know enough about IIS to tell you how to do that. >>> [EMAIL PROTECTED] 01/15/04 02:54PM >>> Hello

SV: TOMCAT authentication

2004-01-15 Thread Jonas Karlsson
Hi! If you make use of Tomcats web.xml and set appropriate security constraint (se http://www.servlets.com/jservlet2/examples/ch08/web.xml) in combination with the use of Session-objects, you should be able to do what you want to do, e.g. ask the user for a correct username and password. Kind re

TOMCAT authentication

2004-01-15 Thread John Smith
Hello I'm pretty sure this is a known issue, even though I didn't find much about it; I'm having a problem with authenticating users in TomCat. I have an IIS server to server static content and Tomcat to serve dynamic content, if users knows URL that goes directly to Tomcat then Tomcat wont even a

Re: Tomcat authentication against unixware/linux

2003-08-14 Thread Kristian A. Leth
MAIL PROTECTED] <[EMAIL PROTECTED] cc: dk> Subject: T

Tomcat authentication against unixware/linux

2003-08-05 Thread Kristian A. Leth
I looking for a realm implementation, designpattern or api that makes Tomcat able to authentificate against a unix/linux operating system. This will be the best solution for my little problem of maintaining two user lists - The users for Tomcat and the users for my operating system. Alternately

tomcat authentication

2003-06-30 Thread Riyaz Mansoor
when using tomcat authentication realms; if the login page is "login.jsp" and if a user directly access this page and tries to login , tomcat returns the error given below. i need to catch this and handle it. specifically, where is the forwarding page reference stored? in the users ses

Re: Tomcat Authentication Nightmare

2003-06-30 Thread John Turner
there's another, more elegant way to do this, I'd love to see an explanation of it and the rationale for it. John On Mon, 30 Jun 2003 10:45:41 -0400, Kevin Andryc <[EMAIL PROTECTED]> wrote: Hi all, In a previous project, I decided to use Tomcat authentication and just had nigh

Tomcat Authentication Nightmare

2003-06-30 Thread Kevin Andryc
Hi all, In a previous project, I decided to use Tomcat authentication and just had nightmarish troubles. Telling people they couldn't bookmark the logon page just isn't a solution. Plus, many people had serious problems trying to login. They would enter in their user name and

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 hos

IIS over SSL + Tomcat authentication problem

2002-09-20 Thread ikoziak
the login form page, etc. However, when IIS is configured and accessed using SSL, the Tomcat authentication hangs, i.e. no form page is returned and browser keeps "Opening page...". (The same happens for BASIC authentication.) Is there a way to make it running with IIS+SSL+Tomcat with

Tomcat Authentication IIS 403 error

2002-09-05 Thread lee ballancore
Please can someone help me, i have read though the achieves and have found simaliar question but no answers. i am running tomcat 4.0.3 with IIS 5 i have configured a jsp page with tomcat basic authentication. when i acces the page tomcat does not ask for username and password it passes throug

Tomcat Authentication: how to use CredentialsInterceptor?

2002-06-13 Thread Angoli, Angelo
Hi, I'm new to the Tomcat user list. I want to use Tomcat authentication with SimpleRealm. I read the documentation, my servlet requires userid and password. What am I supposed to do to pass it to CredentialsInterceptor (right now servlet.xml "authentication block" is as foll

Tomcat authentication using Microsoft SQL Server.

2002-05-29 Thread Daniel Hinojosa
I am using FORM authentication on my web application. I have everything set up nice. My customer requests that the authentication be done against the given users and roles table in the SQLServer. I thought it was no large task. The users table I found out to be was sysusers per database.

iplanet/tomcat authentication

2002-04-17 Thread Manjiri Godbole
Hi, I have configured tomcat to work with iPlanet. Also I am running tomcat as NT service. Currently iPlanet is using .nsconfig and tomcat is using tomcat-users.xml for basic authentication. What I need is a common authentication, ie. tomcat makes use of the iPlanet authentication. So when users

How can I use LDAP for Tomcat authentication ?

2002-01-18 Thread Arun K Solleti
Hi I have an implementation of apache 1.3.20 with tomcat 3.2.3. I an doing auth. with a ldap server wihich works prefectly with apache mod_auth_ldap (module). When i am trying to read the environment variables with a cgi , REMOTE_USER returns me the authentificated user but when i am doing a get

RE: tomcat authentication with IIS

2001-11-26 Thread Joe Leone
of security. Any comments would be appreciated. Thanks Joe -Original Message- From: Samuel Rochas ] Sent: Monday, 26 November 2001 19:13 To: Tomcat Users List Subject: Re: tomcat authentication with IIS Hi Joe, My experience on that topic says no. You have to use the one of the 3 ways

Re: tomcat authentication with IIS

2001-11-26 Thread Samuel Rochas
Hi Joe, My experience on that topic says no. You have to use the one of the 3 ways for realm authentication (JDBC, LDAP, or simple, see documentation). The JSP request is passed to tomcat without going thru IIS. Samuel -- SWIPe Software Engineering & Project Management GmbH Solutions with In

tomcat authentication with IIS

2001-11-26 Thread Joe Leone
Hi, I have would like to know if is possible to authenticate using NT accounts/passwords similar to the way IIS4 on Nt 4 works. I am using NT4 IIS4 Tomcat 3.2.3. Thanks joe -- To unsubscribe: For additional commands: Troubles with the lis

Tomcat authentication faild always in linux

2001-10-22 Thread [EMAIL PROTECTED]
Hi all! I'm a system administrator in a little company. I'm working with Tomcat 3.2.3 in server Windows 2000 and RedHat 6.2 I'm preparing these two server to use an application that require an authentication. In Win 2k it's all OK! The configuration in RedHat doesn't go! If I tell http://loca

Tomcat authentication fails through apache

2001-05-01 Thread Michael Bogecho
Hi,  I am new to Tomcat.  I installed Tmocat for windows 3.2.1, as well as apache 1.3.9.  I followed the simple steps for setting up an Apache->Tomcat link.  When accessing the http://localhost/ address I get the default apache webpage, when I access the directory eg. http://localhost/exampl

AGAIN: Tomcat Authentication doesn't seem to work at all!

2001-04-20 Thread Posta Winsome
Hi all. It seems that the only web application Tomcat authentication works with is ADMIN (shipped with release 3.2.1) I had to migrate my own web application under that context (i.e. copy the directory structure) to make it work! But I REALLY REALLY don't like this!!! Can anyone help

Re: Tomcat Authentication doesn't seem to work at all!

2001-04-20 Thread Posta Winsome
Sorry, but there's no way!!! - Original Message - From: "Collins, Jim" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 20, 2001 3:37 PM Subject: RE: Tomcat Authentication doesn't seem to work at all! > In the tomcat

RE: Tomcat Authentication doesn't seem to work at all!

2001-04-20 Thread Collins, Jim
In the tomcat-users.xml file have something like: And the following in the web.xml file. Protected Area /* DELETE GET POST PUT role1 BASIC E

Re: Tomcat Authentication doesn't seem to work at all!

2001-04-20 Thread Posta Winsome
- Original Message - From: "Collins, Jim" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 20, 2001 2:07 PM Subject: RE: Tomcat Authentication doesn't seem to work at all! > You need to add a entry to the conf/tomcat-users.xml file. > >

RE: Tomcat Authentication doesn't seem to work at all!

2001-04-20 Thread Collins, Jim
You need to add a entry to the conf/tomcat-users.xml file. Jim. -Original Message- From: Posta Winsome [mailto:[EMAIL PROTECTED]] Sent: 20 April 2001 11:53 To: Tomcat-User Mailing List Subject: Tomcat Authentication doesn't seem to work at all! Hi all. Sorry, but I'm a newby

Tomcat Authentication doesn't seem to work at all!

2001-04-20 Thread Posta Winsome
Hi all. Sorry, but I'm a newby in Tomcat Authentication, so I have some problems in my first test.. In my web application, the file web.xml contains the following lines: Protected Area my-html-document.html DELETE GET POST PUT