Re: SV: (RADIATOR) Auth by Java Class

1999-11-02 Thread Mike McCauley
On Nov 2, 4:58pm, Christopher Andersson wrote: > Subject: SV: (RADIATOR) Auth by Java Class > > > Hello everybody! > > > > > > I need to authenticate my users by calling a class in a java program. > > > > > I suppose it would be possible using Auth By External, but in that > > > > > case a new in

Re: SV: (RADIATOR) Auth by Java Class

1999-11-01 Thread Mike McCauley
Hi Christopher, On Nov 1, 4:24pm, Christopher Andersson wrote: > Subject: SV: (RADIATOR) Auth by Java Class > > > > - Original Message - > From: Stuart Henderson <[EMAIL PROTECTED]> > To: Christopher Andersson <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Monday, November 01, 199

Re: SV: (RADIATOR) Auth by Java Class

1999-11-01 Thread Stuart Henderson
Joost Stegeman wrote: > > Hi Christopher, > > Why don't you use secure LDAP, that's what it's there for! > Radiator supports secure LDAP and it's the easiest way of doing it IMO. > By the way, the SSL connection stays up until the connection is lost, so there > is no extra handshake overhead for

Re: SV: (RADIATOR) Auth by Java Class

1999-11-01 Thread Joost Stegeman
Hi Christopher, Why don't you use secure LDAP, that's what it's there for! Radiator supports secure LDAP and it's the easiest way of doing it IMO. By the way, the SSL connection stays up until the connection is lost, so there is no extra handshake overhead for every request (except for the encryp

Re: SV: (RADIATOR) Auth by Java Class

1999-11-01 Thread Stuart Henderson
> The thing is, I'm gonna use LDAP, but I must have the communication > with the LDAP server secure. Oh, I see. Probably the simplest way is to setup an ssh tunnel. You could use SSL but you'll need to setup a new secure session for authentication request which is a lot more overhead than I think