Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [stellation-res] why doesn't stellationd require a "password" argument?

	JAAS is nasty and complicated to integrate.  Perhaps a simple
authentication/authorization framework such as the one implemented in
Jakarta's Turbine would be a decent start?  It's not tightly coupled
with Turbine (nor a web interface) and has a relational backend.  Once
that's working you could switcheroo it's implementation with the JAAS
backend.
	You would certainly have a decent user authentication/authorization
framework up quickly.

On Mon, 2002-07-22 at 02:17, Ringo De Smet wrote:
>  --- Florin Iucha <florin@xxxxxxxxx> wrote: 
> > I think you should look into JAAS: it is part of the Java2 v1.4 so
> > you get it for free. And probably works on windows.
> 
> I second this. Apart from being a standard component for Java2 1.4, it
> was a separate download for Java2 1.3 which makes it the best candidate
> for authentication and authorization.
> 
> JAAS has a number of authentication back-ends. The ones that are part
> of the default distribution (according the docs):
> - JNDI
> - Unix Operating System (PAM?)
> - Windows NT
> - Kerberos
> - Keystore
> 
> Ringo
> 
> __________________________________________________
> Do You Yahoo!?
> Everything you'll ever need on one web page
> from News and Sport to Email and Music Charts
> http://uk.my.yahoo.com
> _______________________________________________
> stellation-res mailing list
> stellation-res@xxxxxxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/stellation-res
-- 
Jason Rimmer
jrimmer_at_irth.net




Back to the top