Re: Where to put JAAS classfiles (loginmodules) when using it from a web app

2002-02-13 Thread Ismael Blesa Part
It seems that the message has been lost. Resending it, sorry if you recevive it twice Putting the jaas.jar and login_modules.jar on the orion/lib folder does solve the problem. JAAS in its actual version 1.0, next version is included on j2se1.4, has many problems with the load of login_modules

Re: Where to put JAAS classfiles (loginmodules) when using it from a web app

2002-02-12 Thread Linus Larsen
on JBOSS although). By putting your JAAS classfiles in orion/lib your classes gets global acces to all your applications, but it will work. You could specify libary path=../path/to/JAAS in your orion-application.xml, in this way you could keep all your dependency classes in your ear/jar file

Re: Where to put JAAS classfiles (loginmodules) when using it from a web app

2002-02-11 Thread Scott Farquhar
Subject: Where to put JAAS classfiles (loginmodules) when using it from a web app Hi, I am using JAAS authentication from a web application, the problem is that the login modules that I use, and all the classes that the LoginModule uses are not loaded from the WEB-INF/classes or WEB_INF/lib

Where to put JAAS classfiles (loginmodules) when using it from a web app

2002-01-25 Thread Ismael Blesa Part
Hi, I am using JAAS authentication from a web application, the problem is that the login modules that I use, and all the classes that the LoginModule uses are not loaded from the WEB-INF/classes or WEB_INF/lib folder. I have to put them on the jdk/jre/lib/ext. The problem is that the classes I

JAAS

2002-01-11 Thread Mulder, Frans
Has anybody had any experience with integrating JAAS (Java Authentication and Authorization Service) with Orion? Can you point to some good sources/tutorials where I can learn how to do this? Thanks! msg17548/bin0.bin Description: application/ms-tnef

JAAS?

2001-11-28 Thread Hashim Merchant
Does Orion 1.5.2 support JAAS? Thanks Hash

jaas and usermanager

2001-10-23 Thread The elephantwalker
Group, Is anybody interested in a usermanager that uses jaas plugin's? This way we could just use the jaas properties files to control what kind-of login service is allowedand if jaas is used out of the box, NTLogin (or os login), Kerberos, SmartCard could be used. regards

RE: jaas and usermanager

2001-10-23 Thread Vipul Mehta
Yes i am interested in using that. I have used the Encryption of password with the Usermanager. regards, vipul -Original Message- From: The elephantwalker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 11:27 AM To: Orion-Interest Subject: jaas and usermanager Group

RE: jaas and usermanager

2001-10-23 Thread Tucker, James
I know for my company, we are headed in the direction of JAAS with WebLogic and were hoping to have the same thing in place for Orion. We wouldn't use vastly different login services (like smartcard, etc.), but it would allow us to use a common code base for each app server port

How do you integrate JAAS with orion security?

2001-06-08 Thread Harley Rana
I have been looking into the JAAS security for building a more flexible security framework. The main problem I have is how to use the jaas api with the security features in Orion. For example if you implement a custom LoginModule, how does it add a principal to the Orion web container, or how

Re: Using JAAS for authentication (Was: bugs in @page extends=...)

2001-06-03 Thread Daniel Lopez
Hi Joni, Thank you very much for you info. It actually sounds as I thought it would when I looked at it, some time ago. Unfortunately, I had already implemented our own framework and I decided not to go for JAAS until these points that you mention are solved. Things that, IMHO, are lacking

Using JAAS for authentication (Was: bugs in @page extends=...)

2001-06-01 Thread Daniel López
to see how I could use this standard API without losing all the flexibility and dynamicity that I've already accomplished with my own implementation. Regards and thanks for the info, D. Joni Suominen wrote: Hi Daniel, JAAS is not necessarily tied to the OS user. Actually you can tie

Re: Using JAAS for authentication (Was: bugs in @page extends=...)

2001-06-01 Thread Joni Suominen
interface? Or do they have to be specified in a container specific way? JAAS is not in any way related to user management. Since there's not (sadly) yet any standard way to do user management I decided to roll my own. However, this approach should work no matter what kind of user management is used

JAAS Support?

2001-03-01 Thread Phan Anh Tran
Does Orion support JAAS? Anh

Does Orion support JAAS

2001-01-24 Thread John Pletka
Does Orion support JAAS (Java Authentication and Authorization Service)? If so, how do I configure Orion to use it? Thanks, John

JAAS Support?

2001-01-24 Thread Phan Anh Tran
Does Orion 1.4.5 support JAAS? Thanks. Anh

SV: Request: replace orion auth with JAAS from sun

2000-08-03 Thread Klaus . Myrseth
I agree with JAAS as a good auth mechanism to use in orion. The only thing i can see as a good argument against it is they have to make a LOT of modules for different OSes. Still if there was a standard implementation of the user manager in orion so one have the choice of using the JAAS

Request: replace orion auth with JAAS from sun

2000-08-02 Thread hanasaki
Please.