Re: Apply single login (NTLM) on Tomcat

2005-04-01 Thread Jimmy Ray
We have been experimenting with JCIFS filters. It seems to be working fairly well. http://jcifs.samba.org/ Regards, Jimmy Ray --- Marcus Nugroho <[EMAIL PROTECTED]> wrote: > Hi All, > > We intend to use single user login using Windows NT > for the Tomcat. > so that the user can use the same

Re: Apply single login (NTLM) on Tomcat

2005-04-01 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/windows.html#ntlm -Tim Marcus Nugroho wrote: Hi All, We intend to use single user login using Windows NT for the Tomcat. so that the user can use the same user-id with his NT user to login into our web application. Does anyone have experiences on how to apply i

Apply single login (NTLM) on Tomcat

2005-03-31 Thread Marcus Nugroho
Hi All, We intend to use single user login using Windows NT for the Tomcat. so that the user can use the same user-id with his NT user to login into our web application. Does anyone have experiences on how to apply it ? TIA

Re: Single Login

2004-10-06 Thread QM
On Wed, Oct 06, 2004 at 05:24:45PM -0600, Scott Smith wrote: : We have a Tomcat 4.1.x application using a JDBCRealm to do : authentication. Is there a way to prevent the same login from being : logged in multiple times simultaneously? Just off the top of my head: You could mix a Filter with a Se

Single Login

2004-10-06 Thread Scott Smith
We have a Tomcat 4.1.x application using a JDBCRealm to do authentication. Is there a way to prevent the same login from being logged in multiple times simultaneously?

Re: Single Login Authentication with Tomcat

2003-09-23 Thread Mario Ivankovits
> There are two solutions: > 1. Use JNDI realm to talk to Active Directory. > 2. Collect credentials yourself and use native code to call the WinAPI > function LogonUser. > > I have written a centralized authentication service. One of the modules > that I created to authenticate users against a Wi

Re: Single Login Authentication with Tomcat

2003-09-23 Thread Christopher Williams
> I believe somewhere on java.sun.com I saw an article about setting up > JAAS as a tomcat realm to use NT authorisation. > There's a big problem with JAAS and the NTLoginModule: it gives you the details of the currently logged on user. For a web app, this will be the user under which Tomcat is b

Re: Single Login Authentication with Tomcat

2003-09-23 Thread Frode E. Moe
On Tue, Sep 23, 2003 at 17:29:03 +1200, Peter Harrison wrote: > I was wondering it anyone knows how to do NT based one login authentication > with web applications. I was hoping there is some way a client can be > authenticated based on their system login. > > Obviously there would have to be a

Re: Single Login Authentication with Tomcat

2003-09-23 Thread Adam Hardy
I believe somewhere on java.sun.com I saw an article about setting up JAAS as a tomcat realm to use NT authorisation. Good luck, Adam On 09/23/2003 07:29 AM Peter Harrison wrote: I was wondering it anyone knows how to do NT based one login authentication with web applications. I was hoping there

Single Login Authentication with Tomcat

2003-09-22 Thread Peter Harrison
I was wondering it anyone knows how to do NT based one login authentication with web applications. I was hoping there is some way a client can be authenticated based on their system login. Obviously there would have to be a common authentication service like LDAP or Active Directory involved. I

Re: single login form for single sign on

2001-05-01 Thread Kevin Fonner
: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 01, 2001 1:36 AM Subject: Re: single login form for single sign on > > > On Thu, 22 Mar 2001, Manish wrote: > > > Also can someone explain me when my authentication is successfu

Re: single login form for single sign on

2001-04-30 Thread Craig R. McClanahan
On Thu, 22 Mar 2001, Manish wrote: > Also can someone explain me when my authentication is successful using > JDBCRealm , how do I get the role information, cause only two attributes > are set for the session (username and password). Do I have to go back in > the roles table to get the role

Re: single login form for single sign on

2001-03-22 Thread Craig R. McClanahan
On Thu, 22 Mar 2001, Manish wrote: > > Also can someone explain me when my authentication is successful using > JDBCRealm , how do I get the role information, cause only two attributes > are set for the session (username and password). Do I have to go back in > the roles table to get the role

Re: single login form for single sign on

2001-03-22 Thread Manish
defined for each >>> individual web app. They don't even have to all use the same approach >>> (some could be BASIC, some could be FORM, for example). >>> >> What's the thinking behind this? Single sign on would imply having, at least >> the option of h

RE: single login form for single sign on

2001-03-22 Thread Craig R. McClanahan
se the same approach > > (some could be BASIC, some could be FORM, for example). > > > > What's the thinking behind this? Single sign on would imply having, at least > the option of having a single login page, even if an individual web > application could override the default

RE: single login form for single sign on

2001-03-22 Thread Kenneth Westelinck
Guys, I haven't followed your discussion, so if I'm out of line here don't shoot me. I'm using Apache 1.3.19 together with Tomcat 3.2.1 . The website I'm using is secured with a single login. The configuration to do this looks like: # # secure the site

RE: single login form for single sign on

2001-03-22 Thread DUDGEON
ehind this? Single sign on would imply having, at least the option of having a single login page, even if an individual web application could override the default and provide its own (for instance I guess webdav can't use FORM, so would have to override a FORM default to use BASIC/DIGEST). Hav

Re: single login form for single sign on

2001-03-21 Thread Craig R. McClanahan
On Wed, 21 Mar 2001 [EMAIL PROTECTED] wrote: > I want to use the single sign on capabilities of Tomcat4 with FORM based > authentication. However it does not seem possible to define a single login > and error page. Even though single sign on and a Realm are specified in > $TOMC

single login form for single sign on

2001-03-21 Thread DUDGEON
I want to use the single sign on capabilities of Tomcat4 with FORM based authentication. However it does not seem possible to define a single login and error page. Even though single sign on and a Realm are specified in $TOMCAT_HOME/conf/server.xml, and FORM authentication is specified in

Re: Re[2]: Off topic: Single login for separate web applications?

2001-03-14 Thread Tagunov Anthony
, the following questions arise: 1) will this solve the problem of single login for different web-apps 2) how is such solution from us, users? On Tue, 13 Mar 2001 18:21:09 +0100, [EMAIL PROTECTED] wrote: > > >Thanks, I will check it out. > >Wilko > > > > > >Roby Gamb

Re[2]: Off topic: Single login for separate web applications?

2001-03-14 Thread hische
espond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc:(bcc: Wilko Hische/HADV/NL) Subject: RE: Off topic: Single login for separate web applications? There's always Single Sign-On from Novell http://developer.novell.com/resea

RE: Off topic: Single login for separate web applications?

2001-03-13 Thread Darrell Porter
There's always Single Sign-On from Novell http://developer.novell.com/research/devnotes/1999/november/05/dpv.htm -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 4:39 AM To: [EMAIL PROTECTED] Subject: Off topic: Single logi

Re: Off topic: Single login for separate web applications?

2001-03-13 Thread Dmitry Rogatkin
To: [EMAIL PROTECTED] Subject: Off topic: Single login for separate web applications? Hi, Sorry for posting this off topic question. I would really appreciate any pointers into the right direction. What I would like to know is what you would need in general to create a single login to

Re[2]: Off topic: Single login for separate web applications?

2001-03-13 Thread hische
Thanks, I will check it out. Wilko Roby Gamboa 13-03-2001 17:52 Please respond to [EMAIL PROTECTED] Sent by: rgamboa To: [EMAIL PROTECTED] cc:(bcc: Wilko Hische/HADV/NL) Subject: Re: Off topic: Single login for separate web applications? I'm using JAAS to h

Re: Off topic: Single login for separate web applications?

2001-03-13 Thread Roby Gamboa
there (yet). > > Thanks, > > Wilko > > "Sam Newman" <[EMAIL PROTECTED]> on 13-03-2001 15:15:44 > > Please respond to [EMAIL PROTECTED] > > To: [EMAIL PROTECTED] > cc:(bcc: Wilko Hische/HADV/NL) > Subject: Re: Off topic: Single login for separat

Re[2]: Off topic: Single login for separate web applications?

2001-03-13 Thread hische
that I was not aware of. But maybe it just isn't there (yet). Thanks, Wilko "Sam Newman" <[EMAIL PROTECTED]> on 13-03-2001 15:15:44 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Wilko Hische/HADV/NL) Subject: Re: Off topic: Single l

Re: Off topic: Single login for separate web applications?

2001-03-13 Thread Sam Newman
ssage - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 13, 2001 12:38 PM Subject: Off topic: Single login for separate web applications? > > > Hi, > > Sorry for posting this off topic question. I would really appreciate any > pointers into the right

Off topic: Single login for separate web applications?

2001-03-13 Thread hische
Hi, Sorry for posting this off topic question. I would really appreciate any pointers into the right direction. What I would like to know is what you would need in general to create a single login to different web applications on different web servers (and possibly platforms)? I gues the